Skip to content

Instantly share code, notes, and snippets.

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 hirejohnsalcedo/c7f25801610acba4713a1c0c2e34f5e1 to your computer and use it in GitHub Desktop.
Save hirejohnsalcedo/c7f25801610acba4713a1c0c2e34f5e1 to your computer and use it in GitHub Desktop.
alias
alias sauce="source ~/.zshrc"
alias gc="git checkout"
alias gcb="git checkout -b"
alias gp='git push -u origin $(git branch | grep \* | cut -d " " -f2)'
alias glog="git log --pretty=oneline"
alias gbd="git branch -d"
alias gbD="git branch -D"
alias gb="git branch"
alias l="ls -la"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment