diff options
author | Till Höppner | 2017-06-11 17:34:19 +0200 |
---|---|---|
committer | Till Höppner | 2017-06-11 17:34:19 +0200 |
commit | c68b78bb10a76ad5783529a8e40866d02a0a30b7 (patch) | |
tree | 23c9e523c6d8cecc9b43fc1905112dcd7a88e872 /gitconfig | |
parent | 2c5f7326bca49fe27a865f07175d6278b2f8b13a (diff) | |
download | git-c68b78bb10a76ad5783529a8e40866d02a0a30b7.tar.gz git-c68b78bb10a76ad5783529a8e40866d02a0a30b7.tar.xz git-c68b78bb10a76ad5783529a8e40866d02a0a30b7.zip |
Diffstat (limited to 'gitconfig')
-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\";\ |