Add keybinding for git credential helper store
This commit is contained in:
parent
05720f7ee6
commit
37a55e74b6
1
.bashrc
1
.bashrc
@ -58,6 +58,7 @@ alias gpl="git pull"
|
|||||||
alias gst="git stash"
|
alias gst="git stash"
|
||||||
alias gsp="git stash; git pull"
|
alias gsp="git stash; git pull"
|
||||||
alias gcheck="git checkout"
|
alias gcheck="git checkout"
|
||||||
|
alias gcredential="git config credential.helper store"
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# SCRIPTS
|
# SCRIPTS
|
||||||
|
Loading…
Reference in New Issue
Block a user