1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Add head alias to get the full SHA1 of the current git HEAD

This commit is contained in:
Holger Just 2014-05-16 18:57:28 +02:00
parent 23ac2431cd
commit 3f07edfd2d

View File

@ -250,6 +250,7 @@ alias log='git lg'
alias ciam='git ci -am'
alias cia='git ci -a'
alias ga='git add -p'
alias head='git rev-parse --verify HEAD'
alias be="bundle exec"
alias rs="rails server -b 127.0.0.1"