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
If you can configure the git log command used, you could use mr to get the git-cal output for a group of repositories: ranging from all the repositories tied to a particular project or every repository you've ever written!
Something like: git cal --git-command="mr -c ~/.mrconfig-projectXYZ" which would call mr -c ~/.mrconfig-projectXYZ log [... rest of args ...]
The text was updated successfully, but these errors were encountered:
If you can configure the
git log
command used, you could use mr to get the git-cal output for a group of repositories: ranging from all the repositories tied to a particular project or every repository you've ever written!Something like:
git cal --git-command="mr -c ~/.mrconfig-projectXYZ"
which would callmr -c ~/.mrconfig-projectXYZ log [... rest of args ...]
The text was updated successfully, but these errors were encountered: