···6969 mugi [flags] <command> [repo] [remotes...]
70707171Commands:
7272- pull Pull from remote(s)
7373- push Push to remote(s)
7474- fetch Fetch from remote(s)
7575- help Show this help
7676- version Show version
7272+ pull Pull from remote(s)
7373+ push Push to remote(s)
7474+ fetch Fetch from remote(s)
7575+ add <path> Add repository to config
7676+ rm <name> Remove repository from config
7777+ list List tracked repositories
7878+ help Show this help
7979+ version Show version
77807881Flags:
7982 -c, --config <path> Override config file path
8083 -V, --verbose Show detailed output
8484+ -f, --force Force push (use with caution)
8585+ -l, --linear Run operations sequentially
81868287Examples:
8388 mugi pull Pull all repositories from all remotes
8484- mugi pull windmark Pull Windmark from all remotes
8585- mugi pull windmark github Pull Windmark from GitHub only
8686- mugi push windmark gh cb Push Windmark to GitHub and Codeberg
8787- mugi fetch gemrest/september Fetch specific repository
8888- mugi -c ./test.yaml pull Use custom config
8989+ mugi push windmark gh cb Push to GitHub and Codeberg
9090+ mugi add . Add current directory to config
9191+ mugi add ~/Developer/mugi Add repository at path
9292+ mugi rm mugi Remove repository from config
9393+ mugi list List all tracked repositories
8994```
90959196## Licence