diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 8dd07ad..56fd311 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,3 +1,6 @@ [user] email = spacedio@thernusen.net name = Spacedio + +[init] + defaultBranch = master
\ No newline at end of file |
