On 17 Lis, 22:17, poohshoes <ianh...@gmail.com> wrote:
> I want to edit a branch that was made my somebody else.
>
> I was having problems so I started with a fresh git clone.
> Then i did
> git checkout -t origin/there_is_no_game
>
> but when I goto git status it says that I have modified a bunch of
> files that I have not!

try:
 * git checkout -b there_is_no_game origin/there_is_no_game

you will got new local branch 'there_is_no_game' connected/tracked to
remote origin/there_is_no_game

--

You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=.


Reply via email to