File: comment_1_ac386ca07e9aaf009c264f3deed83832._comment

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
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.
"""]]