Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Created July 28, 2011 19:00
Show Gist options
  • Save joshdvir/1112265 to your computer and use it in GitHub Desktop.
Save joshdvir/1112265 to your computer and use it in GitHub Desktop.
Mercurial (hg) bash aliases for .bash_profile and .bashrc
# mercurial (hg)
alias hl='hg pull'
alias hp='hg push'
alias hd='hg diff'
alias hc='hg commit'
alias hco='hg checkout'
alias hb='hg branch'
alias hs='hg status'
alias ha='hg add .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment