mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
parent
25d8905df8
commit
617adc8e06
5 changed files with 15 additions and 9 deletions
scripts
12
scripts/gitconfig
Normal file
12
scripts/gitconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
[user]
|
||||
email = you@time.agency
|
||||
name = You
|
||||
[core]
|
||||
editor = ~/fake-editor
|
||||
[init]
|
||||
templateDir = ""
|
||||
defaultBranch = main
|
||||
[log]
|
||||
decorate = true
|
||||
[advice]
|
||||
detachedHead = false
|
Loading…
Add table
Add a link
Reference in a new issue