mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Prior to this change, these tests assumed that the local repository is a clone of atom/atom, and the tests (unintentionally) failed if the local repository was a fork of atom/atom: https://circleci.com/gh/marcomorain/atom-1/29 Instead of depending on the local clone of the atom repository for these tests, this commit updates the tests to use one of the fixture repositories. 😅
10 lines
230 B
Plaintext
10 lines
230 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/*
|