Closed
Description
When i tried to git pull
on a freshly grit clone
'ed repo i get the git message about no tracking setup.
$ grit clone --golang jmalloc/grit
~/go/src/github.com/jmalloc/grit
$ cd ~/go/src/github.com/jmalloc/grit
jmalloc/grit master $ git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
jmalloc/grit master $ git remote -v
origin [email protected]:jmalloc/grit.git (fetch)
origin [email protected]:jmalloc/grit.git (push)