Git: more newbie questions: the sequel
Aug. 30th, 2012 01:24 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Once your request has been pulled into develop and you've updated develop what do you do with your 'old' branch (local and remote)?
( Read more... )
Answer 1: local can be deleted w/ git branch -d BRANCHNAME (not merge needed yay)
Answer 2: remote can be deleted using git push origin :BRANCHNAME
( Read more... )
Answer 1: local can be deleted w/ git branch -d BRANCHNAME (not merge needed yay)
Answer 2: remote can be deleted using git push origin :BRANCHNAME