Faster way to use Git
ADD, COMMIT & PUSH of your current directory to a remote.
Type git pace <message>
into your terminal, the message is optional.
You have to copy the git-pace
-File to your $PATH
. Probably your $PATH
is /usr/bin
, check with echo $PATH
.
The file has to be executable: chmod +x git-pace
.
Look at the install.sh
...
In macOS the permission to this directory is denied. You have to enable it.
Reboot and hold the Keys command + R
In the Terminal run: csrutil disable
and reboot.
Then it works.