This Repo is only for Useful Git Updates used almost daily
Shows the status of the Local Repo with the Master Repo
Tells Details about the Repo including Upstream and Origin Branch
- git remote add upstream "insert link"
- git fetch upstream
- git rebase upstream/master
- git push origin master --force