मैं शाखाओं को git में बदलने की कोशिश कर रहा हूं लेकिन मुझे यह त्रुटि संदेश मिल रहा है:
error: you need to resolve your current index first
मैं xcode4 के तहत git का उपयोग कर रहा हूं
git status
# On branch DateCode
# Unmerged paths:
# (use "git reset HEAD <file>..." to unstage)
# (use "git add/rm <file>..." as appropriate to mark resolution)
#
# both modified: Whereami.xcodeproj/project.xcworkspace/xcuserdatauser.xcuserdatad/UserInterfaceState.xcuserstate
#
no changes added to commit (use "git add" and/or "git commit -a")
Frappuccinos-MacBook-Pro:whereami