mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
15 lines
295 B
Text
15 lines
295 B
Text
# Example of a .gitconfig file
|
|
|
|
[core]
|
|
repositoryformatversion = 0
|
|
filemode = false
|
|
bare = false
|
|
logallrefupdates = true
|
|
symlinks = false
|
|
ignorecase = true
|
|
hideDotFiles = dotGitOnly
|
|
|
|
# Defines the master branch
|
|
[branch "master"]
|
|
remote = origin
|
|
merge = refs/heads/master
|