mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-10 20:55:19 +00:00
Add head alias to get the full SHA1 of the current git HEAD
This commit is contained in:
parent
23ac2431cd
commit
3f07edfd2d
1
.bashrc
1
.bashrc
@ -250,6 +250,7 @@ alias log='git lg'
|
|||||||
alias ciam='git ci -am'
|
alias ciam='git ci -am'
|
||||||
alias cia='git ci -a'
|
alias cia='git ci -a'
|
||||||
alias ga='git add -p'
|
alias ga='git add -p'
|
||||||
|
alias head='git rev-parse --verify HEAD'
|
||||||
|
|
||||||
alias be="bundle exec"
|
alias be="bundle exec"
|
||||||
alias rs="rails server -b 127.0.0.1"
|
alias rs="rails server -b 127.0.0.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user