[git-users] Re: How to exclude branches from git push?

2010-03-31 Thread Konstantin Khomoutov
On Mar 31, 11:31 pm, vfclists wrote: > When I run 'git remote show origin' the output states that a git push/ > pull/fetch will fetch and push a number of branches on the remote. > > Is there a way to push only a particular branch and ignore the others? Yes, see the git-config manual and search f

[git-users] Re: How to exclude branches from git push?

2010-03-31 Thread Marek Wywiał
On 31 Mar, 21:31, vfclists wrote: > When I run 'git remote show origin' the output states that a git push/ > pull/fetch will fetch and push a number of branches on the remote. > > Is there a way to push only a particular branch and ignore the others? > > The git branch docs show this example. >