mirror of
https://git.alemi.dev/gitshell.git
synced 2024-11-21 15:04:51 +01:00
fix: add fetch-mirrors in help
This commit is contained in:
parent
1d9f0d6ae1
commit
2bb737e89b
1 changed files with 1 additions and 0 deletions
1
help
1
help
|
@ -6,6 +6,7 @@ echo " $ public list public repositories"
|
|||
echo " $ new <name> create new repo"
|
||||
echo " $ mirror <url> [name] mirror remote repository"
|
||||
echo " $ upstream <name> <url> set repository to push to a given remote"
|
||||
echo " $ fetch-mirrors push and pull all mirrored repositories"
|
||||
echo " $ tree <name> show file tree of repo at HEAD"
|
||||
echo " $ log <name> show commit log of repo"
|
||||
echo " $ head <repo> <name> change default branch of repository"
|
||||
|
|
Loading…
Reference in a new issue