Korzystanie z programu Git
LEKCJE
- Lekcja 1 -
wprowadzenie
(git init, git clone, git add, git commit).
- Lekcja 2 -
repozytoria o liniowej historii
(git status, git log, git diff, git reset, git revert,
git rebase, git tag).
- Lekcja 3 -
repozytoria z rozgałęzieniami
(git branch, git checkout, git prune, git merge, git rebase).
- Lekcja 4 -
repozytoria w sieci
(git remote, git pull, git push, git fetch).
- Lekcja 5 -
gałęzie zdalne
(git branch, git fetch, git merge).
- Lekcja 6 -
konflikty
(git mergetool).
- Lekcja 7 -
różności
(git gc, git fsck).
- Lekcja 8 -
GitHub Pages
().
- Lekcja 9 -
x
().
- Lekcja 10 -
x
().
POMOCE
- Seminarium z dnia 21 grudnia 2015.
- Strona domowa programu Git: http://git-scm.com/.
- Pro Git by Scott Chacon is available to read online for free,
http://git-scm.com/book [PDF].
- Włodzimerz Gajda, Git. Rozproszony system kontroli wersji,
Helion 2013.
- Wikipedia(en): https://en.wikipedia.org/wiki/Git_(software).
- Lista plików .gitignore rekomendowanych przez GitHub,
https://github.com/github/gitignore
Ostatnie zmiany: 2020-09-24.