mirror of
https://github.com/atom/atom.git
synced 2026-01-14 01:18:01 -05:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
ignorecase = true
|
|
[remote "origin"]
|
|
url = https://github.com/example-user/example-repo.git
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
[gc]
|
|
worktreePruneExpire = never
|