fix: add fetch-mirrors in help

This commit is contained in:
əlemi 2024-01-12 09:57:46 +01:00
parent 1d9f0d6ae1
commit 2bb737e89b
Signed by: alemi
GPG key ID: A4895B84D311642C

1
help
View file

@ -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"