1.
Restart your KitClient based on the instructions in Subsection 2.7.5
git remote -v
command lists the names and URLs of all of the remote repositories (or just remotes for short) that your local repo knows about. Run this command in the directory that contains your local repository.upstream
points to the upstream project on GitHub. How did you confirm it?git remote -v
command pay attention to the name given to second set of fetch and pull URLs.