Re: [DISCUSS] Feature branch cleanup

2017-08-03 Thread Dan Smith
On Thu, Aug 3, 2017 at 1:41 PM, Jinmei Liao wrote: > I am not sure why I have so many branches there. I don't remember I created > them. But this is what I get when I tried to delete one of them: > > *$* git fetch origin > > *$* git push origin --delete feature/GEODE-2632-6

Re: [DISCUSS] Feature branch cleanup

2017-08-03 Thread Jinmei Liao
I am not sure why I have so many branches there. I don't remember I created them. But this is what I get when I tried to delete one of them: *$* git fetch origin *$* git push origin --delete feature/GEODE-2632-6 error: unable to delete 'feature/GEODE-2632-6': remote ref does not exist error:

Re: [DISCUSS] Feature branch cleanup

2017-08-03 Thread Anthony Baker
+1 I did this awhile back. Once you’ve finished work on a feature branch please remove it. https://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-both-locally-and-remotely Anthony > On Aug 2, 2017, at 9:54 PM, Nabarun Nag wrote: > > Branch Name > Ticket >

Re: [DISCUSS] Feature branch cleanup

2017-08-03 Thread Ernest Burghardt
+1 to using your own fork for feature work On Wed, Aug 2, 2017 at 10:58 PM, Jacob Barrett wrote: > Along those same lines it would be really nice if people would use their > own forks for feature branches, then we wouldn't have this mess at all. > > Sent from my iPhone > >

Re: [DISCUSS] Feature branch cleanup

2017-08-02 Thread Jacob Barrett
Along those same lines it would be really nice if people would use their own forks for feature branches, then we wouldn't have this mess at all. Sent from my iPhone > On Aug 2, 2017, at 9:44 PM, Nabarun Nag wrote: > > > Hi > I was wondering if we should clean up the feature

[DISCUSS] Feature branch cleanup

2017-08-02 Thread Nabarun Nag
Hi I was wondering if we should clean up the feature branches related to closed or resolved GEODE tickets in the origin repository. Below are the listed tickets and associated branch. Regards Nabarun Nag Branch Name Ticket Status Committers [merged to develop] origin/feature/GEODE-11