On branch master Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Sample Result (With uncommitted changes)
1 2 3 4 5 6 7 8 9 10 11 12 13
On branch master Your branch is up to date with 'origin/master'.
Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: source/.obsidian/workspace Untrackedfiles: (use "gitadd <file>..." toincludeinwhatwillbecommitted) source/_posts/20210907-git-cheat-table.md nochangesaddedtocommit (use "gitadd" and/or "gitcommit -a")
Show all branch with upstream
Using command with following.
1 2 3 4 5 6 7 8 9 10 11
git branch -avv ```
Sample Result
```cmd * master 944c6b6 [origin/master] Update remotes/origin/HEAD -> origin/master remotes/origin/dependabot/npm_and_yarn/hexo-renderer-marked-4.1.0 33e72a0 Bump hexo-renderer-marked from 4.0.0 to 4.1.0 remotes/origin/gh-pages a0c1163 Deploy NatLee/Blog to github.com/NatLee/Blog.git:gh-pages remotes/origin/master 944c6b6 Update