Git: przypadki użycia
Dodanie oraz opublikowanie kolejnych zmian na drugim lokalnym repozytorium.
gowinm:~/line-counter-another> vi sample
gowinm:~/line-counter-another> git commit -am "Remote second change"
[master 96bb69e] Remote second change
1 file changed, 1 insertion(+)
gowinm:~/line-counter-another> git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 330 bytes | 330.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/MaciejGowin/line-counter.git
383996a..96bb69e master -> master