diff --git a/polecenia/03_push_cli b/polecenia/03_push_cli new file mode 100644 index 0000000..c71289e --- /dev/null +++ b/polecenia/03_push_cli @@ -0,0 +1,28 @@ +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 diff --git a/tekst.md b/tekst.md new file mode 100644 index 0000000..95fb88e --- /dev/null +++ b/tekst.md @@ -0,0 +1,8 @@ +Other free options by OS +Linux only (examples): QGit and other native GUIs are commonly recommended for Linux users who prefer a simple visual history and diff viewer.†+ +Windows only (popular): TortoiseGit integrates Git operations directly into Windows Explorer, while Sourcetree is a free standalone Git GUI for Windows (and macOS, but not Linux).†+ +For a fully FOSS, cross‑platform setup, SourceGit or Git Cola are solid choices; for a more polished proprietary tool, GitKraken or SmartGit provide good Linux/Windows support with free usage tiers.†+ +In GitKraken, a “seat” is essentially one paid license assigned to one user account within an organization or subscription. Each seat corresponds to a single person who is allowed to use the paid features under that plan. \ No newline at end of file