Created
June 8, 2023 15:55
-
-
Save kauffmanes/000652ea82a8d64260501cea245a3886 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
# Git Aliases | |
alias gl='git pull --prune' | |
alias rw='checkout -' | |
alias co='checkout' | |
alias ci='commit' | |
alias st='status' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment