Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
dev:git [2022/10/04 13:37]
tomas [Prace s kodem, schvalovani zmen, historie]
dev:git [2022/10/04 13:41]
tomas [Prace s kodem, schvalovani zmen, historie]
Line 60: Line 60:
 ''git revert'' ... vrati zmeny\\ ''git revert'' ... vrati zmeny\\
 ''git reset'' ... pozor, muze byt nebezpecne, ztrata zmen\\ ''git reset'' ... pozor, muze byt nebezpecne, ztrata zmen\\
 +''%%git rebase -i --autosquash 7dbe2a9%%'' ... rebase - slouci fixupy (opravy), otevre v rebase interaktivnim modu\\
 +''git merge origin master'' ... udela pull commitu z masteru a jejich merge do aktualni vetve\\
 +''git rebase -i HEAD~3'' ... rebase poslednich 3 commitu\\
 ''git shortlogs'' ... vylistuje comity podle autoru\\ ''git shortlogs'' ... vylistuje comity podle autoru\\
 ''git gc'' ... garbage collection\\ ''git gc'' ... garbage collection\\