-
Notifications
You must be signed in to change notification settings - Fork 7
Setup 'git activity' as custom command
Antonio Ossa Guerra edited this page May 24, 2022
·
1 revision
-
Save the file in a folder in your
PATH
. The file must be named just like the custom command you want. In this case, the command we want isgit activity
, so the file must be namedgit-activity
. -
The file must be executable, so probably you'll need this:
$ chmod +x /path/to/git-activity
-
Restart your console and the command should be ready to use as
git activity
$ git activity
If you have any questions when using git-activity
, feel free to open a new issue ❓