mirror of
https://github.com/grdl/git-get.git
synced 2026-02-05 21:07:58 +00:00
25 lines
507 B
Markdown
25 lines
507 B
Markdown
# git-get
|
|
|
|
`git get` - a better way to clone and manage git repositories.
|
|
|
|
## Features
|
|
|
|
Show repo status:
|
|
- uncommitted changes
|
|
- untracked files
|
|
- push needed (master, branch1, branch2 etc.)
|
|
- pull needed
|
|
- upstream missing
|
|
- stashes?
|
|
- state (merging, rebasing, conflict, cherry picking etc)
|
|
- ahead/behind?
|
|
- submodules?
|
|
|
|
|
|
|
|
find upstream branch
|
|
https://github.com/src-d/go-git/issues/600
|
|
|
|
ahead/behind:
|
|
https://stackoverflow.com/questions/57566661/use-go-git-to-check-if-branch-has-been-pushed-to-remote
|