File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3
3
sync_git_clones.py
4
4
-------------------
5
5
6
+ NOTICE - 2014-04-26 I got this script to this point, and then found that a known bug in
7
+ GitPython (https://github.com/gitpython-developers/GitPython/issues/28) prevents
8
+ it from fetching *any* repository that has a remote configured with a non-branch,
9
+ non-tag refspec, such as the ones used by GitHub (refs/pull/*/head) to check
10
+ out pull requests. As such, this is unusable to me until this issue is fixed.
11
+ I have enough projects in progress, I can't devote the time to trying to fix
12
+ this issue in GitPython correctly. So, this is going to sit here, partially
13
+ finished, until the issue is fixed.
14
+
6
15
A script to keep your git clones (in a specified list of directories) in sync
7
16
with origin and optionally upstream, and optionally to keep origin's master
8
17
branch in sync with upstream.
You can’t perform that action at this time.
0 commit comments