From c68b78bb10a76ad5783529a8e40866d02a0a30b7 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Sun, 11 Jun 2017 17:34:19 +0200 Subject: Document g ident --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index a2a956d..6cfc1dc 100644 --- a/gitconfig +++ b/gitconfig @@ -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\";\ -- cgit v1.2.3