This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Vorname Nachname | |
email = vorname.nachname@interweber.de | |
signingkey = GPG KEY | |
[github] | |
user = GITHUB NAME | |
[color] | |
ui = true | |
[commit] | |
gpgsign = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
rename = "!f(){ git mv \"$1\" \"$1\"2 && git mv \"$1\"2 \"$2\"; };f" |