Add keybinding for git credential helper store

This commit is contained in:
Stephan Raabe 2024-02-27 08:38:40 +01:00
parent 05720f7ee6
commit 37a55e74b6

View File

@ -58,6 +58,7 @@ alias gpl="git pull"
alias gst="git stash"
alias gsp="git stash; git pull"
alias gcheck="git checkout"
alias gcredential="git config credential.helper store"
# -----------------------------------------------------
# SCRIPTS