Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dev:git [2022/04/26 15:08]
tomas
dev:git [2022/09/30 12:21]
tomas [Prace s kodem, schvalovani zmen, historie]
Line 48: Line 48:
 git log -p ... ukaze historii i se zmenama\\ git log -p ... ukaze historii i se zmenama\\
 git log --stat ... ukaze jen statistiky zmen\\ git log --stat ... ukaze jen statistiky zmen\\
 +git log --oneline -5 --author lipensky --before "Fri Mar 26 2009" ... filtr pro log\\
 git show ... ukaze posledni zmeny\\ git show ... ukaze posledni zmeny\\
 git diff ... porovna zmeneny soubor oproti puvodnimu (z git lokalnih repozitare)\\ git diff ... porovna zmeneny soubor oproti puvodnimu (z git lokalnih repozitare)\\