git-get icon indicating copy to clipboard operation
git-get copied to clipboard

A better way to clone, organize and manage multiple git repositories

Results 8 git-get issues
Sort by recently updated
recently updated
newest added

Right now git-get relases two binaries: `git-get` and `git-list`. Consider building only a single `git-get` binary and embed the `list` functionality into it (eg, `git get list` or `git get...

Steps to reproduce: ``` ❯ mkdir new-repo ❯ cd new-repo ❯ git init ❯ git list -r . . └── error Oops, errors happened when loading repository status: git rev-parse...

support to resume from break point ?

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200302150141-5c8b2ff67527 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20200302150141-5c8b2ff67527&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It would be great if git-get would have a flag to change to the newly created directory. Currently one has to copy the path and cd into it.

I have a "work" repository where I clone all of the repositories that I work on at work. They are not submodules, I just clone them and manage them individually...

Some local branches could have descriptions created by "git branch --edit-description". Descriptions are kept in local repository config and are available with "git config branch._branch_name_.description". This PR prints out available...

Hello, thanks for a great extension to git. This PR adds support for shallow cloning, like with the normal `git clone` command's `--depth` flag.