one time
This commit is contained in:
17
polecenia/01_status
Normal file
17
polecenia/01_status
Normal file
@@ -0,0 +1,17 @@
|
||||
adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git status
|
||||
On branch main
|
||||
Your branch is up to date with 'origin/main'.
|
||||
|
||||
Changes not staged for commit:
|
||||
(use "git add <file>..." to update what will be committed)
|
||||
(use "git restore <file>..." to discard changes in working directory)
|
||||
modified: Readme.md
|
||||
|
||||
Untracked files:
|
||||
(use "git add <file>..." to include in what will be committed)
|
||||
.obsidian/
|
||||
Jenkins/readme
|
||||
Jenkins/run.sh
|
||||
|
||||
no changes added to commit (use "git add" and/or "git commit -a")
|
||||
|
||||
5
polecenia/02_add_commit
Normal file
5
polecenia/02_add_commit
Normal file
@@ -0,0 +1,5 @@
|
||||
adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git add Readme.md
|
||||
|
||||
adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git commit -m "test update"
|
||||
[main 5ce64b6] test update
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
Reference in New Issue
Block a user