diff options
-rw-r--r-- | gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ # dated push dps = "!f(){ git dcm; git push \"$@\"; }; f" + # Set user information, supposed to be used once per local repo + # Works better with user.useConfigOnly = true ident = "!f(){\ git config --replace-all user.name \"$1\";\ git config --replace-all user.email \"$2\";\ |