Created
April 10, 2018 08:54
-
-
Save vivalalova/f4106cbbb03d204d703ed3fb6658b4a0 to your computer and use it in GitHub Desktop.
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 gl='git log --graph --oneline --decorate' | |
| alias gs='git status' | |
| alias greset='git reset --hard&&git clean -f' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment