Add status command
This commit is contained in:
parent
2b4c6d3318
commit
e26879425f
9 changed files with 589 additions and 10 deletions
|
|
@ -33,7 +33,10 @@ By default, the config file is searched for in `[HOME_DIR]./config/grm/config.ya
|
|||
| command | Description |
|
||||
|---------|-------------|
|
||||
| sync | Fetches changes from repositories or pulls a repository if one does not exist.
|
||||
| status | Get repository information - what is the current branch, how many commits are above and behind it for each remote.
|
||||
|
||||
## Changelog
|
||||
|
||||
0.1 Add sync command - allow to fetch and clone repositories
|
||||
- 0.2.0 Add status command - get information about the current status in the repository
|
||||
- 0.1.1 Allow to use env vars in config
|
||||
- 0.1.0 Add sync command - allow to fetch and clone repositories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue