From a28b41a970ea765f3c980b8a8c37ac01e1183341 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/aMQG8Dgn35w1KhItNb2j1vtCQaIhEEY-#80cbd" Date: Wed, 19 Aug 2015 17:52:59 +0000 Subject: --- doc/forum/Github_pull_request_with_git-annex.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Github_pull_request_with_git-annex.mdwn 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. + + -- cgit v1.2.3