updates
This commit is contained in:
parent
7cb2318610
commit
8b9f8233f9
1
.bashrc
1
.bashrc
@ -108,6 +108,7 @@ alias gr='git reset HEAD'
|
|||||||
alias gc='git commit -v'
|
alias gc='git commit -v'
|
||||||
alias gd='git difftool'
|
alias gd='git difftool'
|
||||||
alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"'
|
alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"'
|
||||||
|
alias vc='git add . -- && git commit -m "vault backup: $(date "+%Y-%m-%d %H:%M:%S") && git push"'
|
||||||
|
|
||||||
# Add an "alert" alias for long running commands. Use like so:
|
# Add an "alert" alias for long running commands. Use like so:
|
||||||
# sleep 10; alert
|
# sleep 10; alert
|
||||||
|
Loading…
Reference in New Issue
Block a user