Difference between revisions of "/path/to/repo/.git/config"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
== See also == | == See also == | ||
* {{git config}} | * {{git config}} | ||
− | * {{git}} | + | * {{git init}} |
[[Category:Git]] | [[Category:Git]] |
Revision as of 14:37, 15 July 2024
Default .git/config
file executing after git init
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true
Configuration after setting up git remote
:
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = [email protected]:your-project/your-repo.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Related terms
See also
Advertising: