|
|
|
|
@ -256,6 +256,7 @@ tag:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inne:
|
|
|
|
|
|
|
|
|
|
git reset –soft HEAD~3; git commit -m – pozwala na cofnięcie się 3 commity do tyłu, i połączenie ich w jeden (git commit –amend)
|
|
|
|
|
git rebase -i {commit} – j/w ale commity wybierane ręcznie
|
|
|
|
|
git log -i -1 –pretty=”format::%an <%ae>\n” –author=”$1″ – info o userze
|
|
|
|
|
|