Wednesday 15 September 2010

ios - Xcode 6 how to remove branch in origin -



ios - Xcode 6 how to remove branch in origin -

i have 2 question xcode 6 operational git version control.

1. created branch xxx , force branch server ,but don't want anymore, can remove it. when selected origin branch (test01,test02) , couldn't click remove sign "-". if selected local branch can click remove sign "-".

2. way checkout old version server in xcode 6? using microsoft team foundation service git version control

thanks ...

if xcode doesn't allow operation, can @ to the lowest degree fall git command line and: delete remote branch (and clean remote traking branch in repo)

git force --delete git fetch <remote> --prune

ios xcode git xcode6

No comments:

Post a Comment