Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Created June 8, 2023 15:55
Show Gist options
  • Save kauffmanes/000652ea82a8d64260501cea245a3886 to your computer and use it in GitHub Desktop.
Save kauffmanes/000652ea82a8d64260501cea245a3886 to your computer and use it in GitHub Desktop.
# 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