[git-users] How to do a selective push

2015-04-28 Thread Valencia
Say I have done 10 commits and I want to push only the 2nd and the 8th commit. How to do this? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users

Re: [git-users] How to do a selective push

2015-04-29 Thread Valencia
On Wednesday, April 29, 2015 at 1:08:03 PM UTC+5:30, Philip Oakley wrote: > >  > - Original Message - > > *From:* Valencia > *To:* git-...@googlegroups.com > *Sent:* Wednesday, April 29, 2015 5:50 AM > *Subject:* [git-users] How to do a selective pus

[git-users] How to remove remote branch completely

2016-07-28 Thread Valencia
Hi All, I have 2 branches in my repo. I am done with most of the code changes. Therefore, I want keep just one branch on my repo. How do I completely remove a remote branch. I read online that we can use "git branch -d , to delete branches, however, the git history remains intact. But I need

[git-users] Re: How to remove remote branch completely

2016-07-28 Thread Valencia
Hi Gergely/Philip Thanks a lot for the quick reply and for helping me understand "git branch -d" better. I will work on the pointers you have shared, and let you know the status. Thanks, Valencia -- You received this message because you are subscribed to the Google Groups "

[git-users] Re: How to remove remote branch completely

2016-07-29 Thread Valencia
Thanks Konstantin! Yes, I agree reading helps indeed. I did read about it, parallel, posting the query here on this forum, due to time constraints. Your explanation surely gave me more insight and was really helpful. -- You received this message because you are subscribed to the Google Groups