Skip to content

Instantly share code, notes, and snippets.

@Nifled
Created August 21, 2018 06:43
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 Nifled/a87d9a24516881a175776026353fb005 to your computer and use it in GitHub Desktop.
Save Nifled/a87d9a24516881a175776026353fb005 to your computer and use it in GitHub Desktop.
.aliases
alias gs="git status"
alias gaa="git add -A"
alias gpush="git push origin master"
alias gpull="git pull origin master"
alias gcm="git commit -m"
alias ls="tree -L 1"
alias ls2="tree -L 2"
alias la="tree -a -L 1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment