Skip to content

A grit cloned repo does not have tracking setup by default #16

Closed
@koden-km

Description

@koden-km

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions