diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ -[init] - defaultBranch = master -[user] - name = Hunter Kvalevog - email = hunter@kvog.sh [alias] aa = commit --amend --no-edit cc = commit --allow-empty-message -m \"\" pp = !git push -u origin $(git branch --show-current) [core] excludesfile = ~/.gitignore_global +[init] + defaultBranch = master +[user] + email = hunter@kvog.sh + name = Hunter Kvalevog |