petrhlavka
unread,Jun 3, 2011, 3:00:49 AM6/3/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tortoisegit-users
Hello all,
I usually use following approach for creating branch in remote
repository
git checkout -b new_branch master
git push --set-upstream origin new_branch
I would like to do this also by using TortoiseGit. However, I haven't
found an easy way how to do the '--set-upstream' behaviour. I'm able
to create local branch, push it to the server, but the local branch is
not tracking the server one. I have to either edit the .git/config or
switch to another branch and recreate the new_branch with Track
option. Please, is anyone using some more convenient way of doing
this?
Thanks, Petr Hlavka.