File: comment_1_ac386ca07e9aaf009c264f3deed83832._comment

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2014-10-31T20:40:18Z"
 content="""
git does not allow pushing into a non-bare repsitory. This is why
bare repositories exist.

You have basically 3 choices:

1. Go to the first repo you made, and `git pull` from the other repo
   into it. Pulling in this direction will work.
2. Set up a bare repo that both the non-bare repos use.
3. Use `git annex sync`, which avoids this problem. You need to run
   it in both repos in order to get them to sync with one-another.
"""]]