Last active
December 18, 2015 22:49
-
-
Save Ephasme/5856799 to your computer and use it in GitHub Desktop.
Usefull aliases for GIT
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] | |
| undo = reset --hard | |
| co = checkout | |
| cob = checkout -b | |
| changes = diff --name-status -r | |
| diffstat = diff --stat -r | |
| ignored = !git ls-files -v | grep "^[[:lower:]]" | |
| ignore = !git update-index --assume-unchanged | |
| consider = !git update-index --no-assume-unchanged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment