github repo

27 views
Skip to first unread message

supratim chakraborty

unread,
Feb 13, 2013, 4:12:17 AM2/13/13
to openi...@googlegroups.com
Hello there

I have decided to put forward some patches for some OpenIntent Apps to help comply with the Android Design Guidelines.

I need to know whether the github repo for OI Apps is the upstream or not , or is it the one on  google code repos.

And does a github fork of the project maintain the upstream remote in the repository ?

Regards
Supratim Chakraborty (@borax12)

Friedger Müffke

unread,
Feb 14, 2013, 6:19:33 AM2/14/13
to OpenIntents .
Hi,

the github repo is the right one. Please send pull requests.

You can maintain your fork and pull changes from the OI repo.

Cheers
Friedger


2013/2/13 supratim chakraborty <sup2...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "OpenIntents" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openintents...@googlegroups.com.
To post to this group, send email to openi...@googlegroups.com.
Visit this group at http://groups.google.com/group/openintents?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

aap

unread,
Feb 14, 2013, 8:08:31 AM2/14/13
to openi...@googlegroups.com
You probably need to add the "upstream" remote yourself. For example, for OI Shopping List:

git clone g...@github.com:my-account/shoppinglist.git shopping
cd shopping
git remote add upstream g...@github.com:openintents/shoppinglist.git

This will make "origin" be your fork, while "upstream" is the OI repo. You will probably need to use "git remote add" even if your initial clone was made with "repo".

Then when you want to update, for example when you are preparing to submit a pull request:

git fetch upstream
git rebase upstream/master
git push -f origin master 

-- Aaron
Reply all
Reply to author
Forward
0 new messages