You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Introduced new commands and fixes bugs related to invalid displayed errors. Closes#2. Closes#45. Closes#49. Closes#52.
- New commands:
* `checkout` – changes branches in repositories according to the configuration file (see #52),
* `diff` – prints changes from all repositories (see #2),
* `status` – prints a table which contains useful information about the status of repositories (see #2).
- Bug fixes:
* known errors should not be logged as crashes (see #45),
* fixed `Unhandled promise` error (see #49).
- Added support for aliases (`st` => `status`, `co` => `checkout`).
Bisecting using
mgit update
is slooow.mgit checkout
would help.The text was updated successfully, but these errors were encountered: