Shortcuts:
-
mu stNice status message for all repos (always in parallel) -
mu co branchgit checkout branch -
mu mu-branchgit rev-parse --abbrev-ref HEAD (print current branch) -
mu upgit fetch origin curr_branch:refs/remotes/origin/curr_branch (also see mu upd on Commands) for fetch/diff at once. -
mu agit add -A -
mu c msggit commit -m "Message" (the message must always be passed) -
mu ac msggit add -A & git commit -m (the message must always be passed) -
mu acp msgsame as 'mu ac' + git push origin current branch. -
mu pgit push origin current branch. -
mu shellOn msysgit, call sh --login -i (linux-like env)
Regular commands:
Any other command is passed directly to git for each repository, for example:
mu pull
mu fetch
mu push
mu checkout release
Also see: