Is it possilbe in Git to simutaneously create a local branch that tracks a currently non-existing remote branch AND switch to it all at the same time? -
i want yes or no answer 1 guys!
i've tried command official git documentation says should work, respect question asking:
git checkout --track origin/my_branch_name
when though, following error:
fatal: cannot update paths , switch branch 'my_branch_name' @ same >time. did intend checkout 'origin/my_branch_name' can not resolved >commit?
frustrated beyond belief how hard straight forward answers basic git questions.
just simple yes or no please!! no complex explanations or, "oh know, if jump through these 50 hoops , ladders can accomplish ask!!"
i asking if possible. if answer yes, please share command this. thank you...and sorry being upset. reason why mad though...is because seems me should default behavior branches created locally created on remote repo can push seamlessly without bs overhead. doesn't else feel same or kind of alien on planet using git?? [end rant]
no not possible of these operations simultaneously, @ least have not been able to
Comments
Post a Comment