mirror of
https://github.com/grdl/git-get.git
synced 2026-02-12 22:15:14 +00:00
Add output screenshots to readme
This commit is contained in:
58
README.md
58
README.md
@@ -6,20 +6,21 @@
|
|||||||
|
|
||||||
`git-get` is a better way to clone, organize and manage multiple git repositories.
|
`git-get` is a better way to clone, organize and manage multiple git repositories.
|
||||||
|
|
||||||
* [Description](#description)
|
- [git-get](#git-get)
|
||||||
* [Installation](#installation)
|
- [Description](#description)
|
||||||
* [macOS](#macos)
|
- [Installation](#installation)
|
||||||
* [Linux](#linux)
|
- [macOS](#macos)
|
||||||
* [Windows](#windows)
|
- [Linux](#linux)
|
||||||
* [Usage](#usage)
|
- [Windows](#windows)
|
||||||
* [git get](#git-get-1)
|
- [Usage](#usage)
|
||||||
* [git list](#git-list)
|
- [git get](#git-get-1)
|
||||||
* [dump file](#dump-file)
|
- [git list](#git-list)
|
||||||
* [Configuration](#configuration)
|
- [Dump file](#dump-file)
|
||||||
* [Env variables](#env-variables)
|
- [Configuration](#configuration)
|
||||||
* [.gitconfig file](#.gitconfig-file)
|
- [Env variables](#env-variables)
|
||||||
* [Contributing](#contributing)
|
- [.gitconfig file](#gitconfig-file)
|
||||||
* [Acknowledgments](#acknowledgments)
|
- [Contributing](#contributing)
|
||||||
|
- [Acknowledgments](#acknowledgments)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
@@ -90,33 +91,16 @@ Flags:
|
|||||||
`git list` provides different ways to view the list of the repositories and their statuses.
|
`git list` provides different ways to view the list of the repositories and their statuses.
|
||||||
|
|
||||||
- **tree** (default) - repos rendered as a directory tree.
|
- **tree** (default) - repos rendered as a directory tree.
|
||||||
```
|
|
||||||
❯ git list
|

|
||||||
/home/grdl/repositories
|
|
||||||
└── github.com
|
|
||||||
└── grdl
|
|
||||||
├── git-get master 1 ahead [ untracked ]
|
|
||||||
│ └── development ok
|
|
||||||
├── homebrew-tap master ok
|
|
||||||
└── testsite master ok
|
|
||||||
```
|
|
||||||
|
|
||||||
- **flat** - each repo (and each branch) on a new line with full path to the repo.
|
- **flat** - each repo (and each branch) on a new line with full path to the repo.
|
||||||
```
|
|
||||||
❯ git list -o flat
|

|
||||||
/home/grdl/repositories/github.com/grdl/git-get master 1 ahead [ untracked ]
|
|
||||||
development ok
|
|
||||||
/home/grdl/repositories/github.com/grdl/homebrew-tap master ok
|
|
||||||
/home/grdl/repositories/github.com/grdl/testsite master ok
|
|
||||||
```
|
|
||||||
|
|
||||||
- **dump** - each repo URL with current branch on a new line. Accepted by `git get --dump` command.
|
- **dump** - each repo URL with current branch on a new line. Accepted by `git get --dump` command.
|
||||||
```
|
|
||||||
❯ git list -o dump
|

|
||||||
https://github.com/grdl/git-get.git master
|
|
||||||
https://github.com/grdl/homebrew-tap master
|
|
||||||
https://github.com/grdl/testsite master
|
|
||||||
```
|
|
||||||
|
|
||||||
### Dump file
|
### Dump file
|
||||||
|
|
||||||
|
|||||||
BIN
docs/out_dump.png
Executable file
BIN
docs/out_dump.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
docs/out_flat.png
Executable file
BIN
docs/out_flat.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
docs/out_tree.png
Executable file
BIN
docs/out_tree.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user