We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some useful tips with the metagit usage
There are some shortcuts which allows you to use metagit more efficient. If you have some other cool shortcuts just write them down here.
I use two aliases to get quick access to git and metagit.
alias g=git alias m=metagit
For using metagit cd more effectifly i have a shell function which executes directly the result of metagit cd and brings me to the right repository.
metagit cd
function mm() { $(metagit cd $@) }
There was an error while loading. Please reload this page.