How do i create one with my name on it?
remotes/origin/my_name when i do this:
$ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/my_colleague And how do i use that? git checkout?
i only know git pull commit push.. and it's my first time to use branches or remote branches
i tried git remote add my_name git@my_url, but it doesnt look the same..
thanks in advance