🍰 Personal Multi-Git Remote Manager
go git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(README): Update command help section

Fuwn df43979a a391fdec

+15 -10
+15 -10
README.md
··· 69 69 mugi [flags] <command> [repo] [remotes...] 70 70 71 71 Commands: 72 - pull Pull from remote(s) 73 - push Push to remote(s) 74 - fetch Fetch from remote(s) 75 - help Show this help 76 - version Show version 72 + pull Pull from remote(s) 73 + push Push to remote(s) 74 + fetch Fetch from remote(s) 75 + add <path> Add repository to config 76 + rm <name> Remove repository from config 77 + list List tracked repositories 78 + help Show this help 79 + version Show version 77 80 78 81 Flags: 79 82 -c, --config <path> Override config file path 80 83 -V, --verbose Show detailed output 84 + -f, --force Force push (use with caution) 85 + -l, --linear Run operations sequentially 81 86 82 87 Examples: 83 88 mugi pull Pull all repositories from all remotes 84 - mugi pull windmark Pull Windmark from all remotes 85 - mugi pull windmark github Pull Windmark from GitHub only 86 - mugi push windmark gh cb Push Windmark to GitHub and Codeberg 87 - mugi fetch gemrest/september Fetch specific repository 88 - mugi -c ./test.yaml pull Use custom config 89 + mugi push windmark gh cb Push to GitHub and Codeberg 90 + mugi add . Add current directory to config 91 + mugi add ~/Developer/mugi Add repository at path 92 + mugi rm mugi Remove repository from config 93 + mugi list List all tracked repositories 89 94 ``` 90 95 91 96 ## Licence