Re: [Mailman-Developers] Pushing branch to origin

2016-03-19 Thread Harshit Bansal
Hi Vinay, On 3/19/16, Vinay Mundada wrote: > git remote -v gives me this: > origin g...@gitlab.com:mailman/postorius.git (fetch) > origin g...@gitlab.com:mailman/postorius.git (push) > > But I have followed the exact steps while doing the setup. Instead of cloning from your fork(as mentioned in

Re: [Mailman-Developers] Pushing branch to origin

2016-03-19 Thread Harshit Bansal
Hi vinay, Have you setup your remotes correctly as mentioned in: http://wiki.list.org/DEV/HowToContributeGit You can check your remote by this command: git remote -v It must show your fork as origin. If it doesn't show your fork as origin then you must setup remotes correctly as mentioned in the