Skip to content

Instantly share code, notes, and snippets.

@Gfast2
Last active December 22, 2019 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gfast2/0b9a8b194476a8f8fec0d87ddc3ef7aa to your computer and use it in GitHub Desktop.
Save Gfast2/0b9a8b194476a8f8fec0d87ddc3ef7aa to your computer and use it in GitHub Desktop.
alias w='cd ~/workspace;ll'
alias gs='git status'
alias gd='git diff'
alias ga='git add'
alias gc='git commit'
alias gp='git push'
alias gl='git log'
alias gr='git reset'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment