innoraft / kabootr

An email marketking and newsletters solution by Innoraft.
0 stars 0 forks source link

Branch push to incorrect remote. Notes on how to push to the right one. #49

Closed sumeetpareek closed 10 years ago

sumeetpareek commented 10 years ago

@gauravgoyal You seem to be pushing branches to Kuldeep's fork and not to the parent repository. See image below. To fix this, you can git remote rm KULDEEP REMOTE and then do a git remote add NAME(TYPICALLY=ORIGIN) PARENT-REPO

screenshot_2013_11_06_003

@gauravgoyal Can you also explain @tkuldeep that for kabootr we will stop using 'fork and pull' model and use the 'shared repository' model instead. Details of both can be found here - https://help.github.com/articles/using-pull-requests

gauravgoyal commented 10 years ago

@sumeetpareek as dev server code was coming from kuldeep's repo, i was pushing code to his repo. from now onwards we will use 'shared repository' model (discussed with @tkuldeep ) on innoraft repo.

gauravgoyal commented 10 years ago

@sumeetpareek discussed with @tkuldeep , closing the case