Git track branch status
If you type git status on a branch and don’t see the relationship to the origin, then you need to set the default upstream: git branch --set-upstream-to origin/MyBranch Thanks to this StackOverflow answer .
Software development tutorials and demos lasting no more than 60 seconds. No in-depth explanations, no off-topic rants, and no slides. One small topic per video - only code, console, config, and client. All videos come with a corresponding blog entry, and all code is available on GitHub.