Some test
This commit is contained in:
28
polecenia/03_push_cli
Normal file
28
polecenia/03_push_cli
Normal file
@@ -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 <file>..." to update what will be committed)
|
||||||
|
(use "git restore <file>..." 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
|
||||||
8
tekst.md
Normal file
8
tekst.md
Normal file
@@ -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.<2E><>
|
||||||
|
|
||||||
|
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).<2E><>
|
||||||
|
|
||||||
|
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.<2E><>
|
||||||
|
|
||||||
|
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.
|
||||||
Reference in New Issue
Block a user