Created
June 13, 2022 08:37
-
-
Save sjvrijn/27e9f82e317d6b245e69d90c9d545a53 to your computer and use it in GitHub Desktop.
git aliases
This file contains 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
git config --global alias.unstage 'reset HEAD --' | |
git config --global alias.lg 'log --oneline --graph --all' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment