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 ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Readme.md no changes added to commit (use "git add" and/or "git commit -a") adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git commit -a -m "rest" [main 147c86a] rest 1 file changed, 3 insertions(+), 1 deletion(-) adasiek@tuxedo-os-2026:~/Nextcloud/05_SZKOLENIA/05_ALX/20251213_CICD/git_sample_aj$ git push X11 forwarding request failed on channel 0 Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 8 threads Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 408 bytes | 408.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 remote: . Processing 1 references remote: Processed 1 references in total To ssh://git.jurkiewicz.tech:2222/ALX/git_sample_aj.git fc99fc1..147c86a main -> main