summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/aMQG8Dgn35w1KhItNb2j1vtCQaIhEEY-#80cbd <Malay@web>2015-08-19 17:52:59 +0000
committerGravatar admin <admin@branchable.com>2015-08-19 17:52:59 +0000
commita28b41a970ea765f3c980b8a8c37ac01e1183341 (patch)
tree3d71620daaceec650f82b829df0b2193206f4444
parent42a330ebc3f013304b470c6df66c7fed699f9523 (diff)
-rw-r--r--doc/forum/Github_pull_request_with_git-annex.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Github_pull_request_with_git-annex.mdwn b/doc/forum/Github_pull_request_with_git-annex.mdwn
new file mode 100644
index 000000000..b0ae1da5d
--- /dev/null
+++ b/doc/forum/Github_pull_request_with_git-annex.mdwn
@@ -0,0 +1,11 @@
+I would like to use git annex with github. Here what I did:
+
+1. Create github directory "a". Added all the special remote and git annex files. Pushed them to the "a" using "git annex sync."
+2. Fork the repository on gihub to "b". Clone it and enable remote and I could pull annexed files.
+3. Added repository "a" as "upstream" tracking remote to "b".
+3. Created a second special remote for "b". Added new git annex files to it. Used "git annex sync origin" to push the changed files to the forked repository "b".
+4. Now I would like to create a pull request. What are branches I should create pull request for? a:synced/git-annex vs b:synced/git-annex? Or, a:synced/git-annex vs b:git-annex? Do I need to create separate pull request for the "master"?
+
+Thanks for the help.
+
+