10 git remote add there git
://example.com
/a.git
14 git commit
-m '"there" remote added.'
20 git clone
-o first A B
24 # Unfortunately, we have to add the inital state of the config manually.
27 git commit
-m 'Initial conf after clone.'
29 gitgitconfig-restore first
31 if [[ "$(git remote)" == "$(echo there)" ]]; then