Created
April 29, 2020 09:32
-
-
Save Link-/28364289741b047fa5cf1722aa36718f to your computer and use it in GitHub Desktop.
git useful aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias.last=log -1 HEAD | |
alias.undo=reset --hard HEAD^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment