Re: [Mailman-Developers] Pushing branch to origin
March 19, 2016
1:54 a.m.
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 guide. You can use git remote rename command to rename your remotes. You should always push to your fork and then create a merge request.
Regards, Harshit Bansal.
3560
Age (days ago)
3560
Last active (days ago)
0 comments
1 participants
participants (1)
-
Harshit Bansal