Re: [git-users] Re: Send local branch changes to remote branch

2009-11-12 Thread apm
The simple answer: you can't really modify origin/master locally. Jeffrey -- Thank you. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from this

[git-users] Re: Send local branch changes to remote branch

2009-11-12 Thread Konstantin Khomoutov
On 12 ноя, 17:09, apm korja...@gmail.com wrote: The simple answer: you can't really modify origin/master locally. Jeffrey To further augment what Jeffrey said -- if you don't want the wrongly committed changes to get lost, then, while on that detached HEAD, do git tag mywork to tag the

[git-users] Re: how can you cleanup your local repository when branch -a shows a bunch or origin/ branches that no longer really exist.

2009-11-12 Thread donnoman
git remote prune origin Worked great thank you. On Oct 13, 5:38 am, Artiom Diomin kro...@gmail.com wrote: В Пнд, 12/10/2009 в 10:23 -0700, donnoman пишет: Our team creates topic branches, then when they are ready rebases them and merges them into our testing branch and then deletes the old