From 37a55e74b68415c904c03d34962e6b5d088d33a7 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 27 Feb 2024 08:38:40 +0100 Subject: [PATCH] Add keybinding for git credential helper store --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 0e4a186..0c012d1 100644 --- a/.bashrc +++ b/.bashrc @@ -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