- Notifications
You must be signed in to change notification settings - Fork2
Forked from git://myrepos.branchable.com/
NotificationsYou must be signed in to change notification settings
pabs3/myrepos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
myrepos, a tool to manage all your version control reposYou have a lot of version control repositories. Sometimes you want toupdate them all at once. Or push out all your local changes. You usespecial command lines in some repositories to implement specific workflows.Myrepos provides a `mr` command, which is a tool to manage all your versioncontrol repositories.It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.Author: Joey HessHomepage:https://myrepos.branchable.com/The mr command is intended to be very self-contained, since it might beuseful to check it into ~/bin when keeping your home in version control. Ithas no dependencies aside from basic perl. (The included webcheckoutcommand has more dependencies, specifically the LWP::Simple andHTML::Parser CPAN modules, and optionally the URI module.)To install mr, just copy mr into your PATH somewhere.To get started using mr, perhaps you already have some checked outrepositories. Go into each one and run "mr register". Now mr hasa list of them in ~/.mrconfig, which you can edit later to tune itsoperation.Suppose you've cd'd to ~/src, and it has many repositories under it.To update them all, run "mr update". To commit any pending changes ineach, run "mr commit". To check the status of each, you could run"mr status".For further details, and lots of configuration options, see the mr(1) manpage or the website,https://myrepos.branchable.com/
About
Forked from git://myrepos.branchable.com/
Resources
Stars
Watchers
Forks
Packages0
No packages published