Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created April 12, 2020 20:54
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 dompascal/106d4755fe8e279aff6a7fc4bdb2d95b to your computer and use it in GitHub Desktop.
Save dompascal/106d4755fe8e279aff6a7fc4bdb2d95b to your computer and use it in GitHub Desktop.

GIT

Git checkout

alias gc="git checkout"

Git pull

alias gpull="git pull origin"

Git push

alias gpush="git push origin"

Git status

alias gstatus="git status"

Git stash

alias gstash="git stash"

Git log (oneline)

alias glog="git log --oneline"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment