mrgit icon indicating copy to clipboard operation
mrgit copied to clipboard

A tool for managing projects build using multiple repositories.

Results 21 mrgit issues
Sort by recently updated
recently updated
newest added

## 📝 Provide a description of the improvement Right now, `mrgit` displays output once a command finishes processing it. For time-consuming commands, i.e., cloning repositories, a user does not know...

type:task
squad:platform

We could make `mrg` alias to be defined automatically for `mrgit` when it is installed globally.

type:enhancement

It would be great to be able to define custom aliases in mrgit, similar to `git` aliases. For instance, I use: ``` git master ``` What is define this way:...

type:feature

Right now we use 2-4 processes to work with multiple repos. I raised the number to 4-8 and reduced e.g. `mgit update` time from about 30-40% (although, more tests would...

status:discussion
type:enhancement

This is an idea which comes to our mind talking with @ma2ciek. With more and more repositories to handle `mgit2 bootstrap` commands takes more and more time. We could make...

type:enhancement

The discussion started in https://github.com/cksource/mgit2/pull/82#issuecomment-420630223 and continued for a couple next comments. Initially, I assumed that `mgit close` should work like `git merge` on steroids – you call it when...

* Some code snippets are incorrectly rendered on npm: https://www.npmjs.com/package/mgit2 * ToC is missing (take https://github.com/ckeditor/ckeditor5 for instance) * Mention other projects using it?

Let's assume that we're developing some package and clone it directly to the `packages` directory. Now when running `npm run test` in CKE5, this package will be tested. But `mgit...

type:feature

Since I always forget to change `mgit.json`/`package.json` while I develop and whenever I ask someone to check my branch I need to give him the whole list of branches I...

status:discussion
type:enhancement