- Published under an MIT license.
- Should work well with any script launcher. (FastScripts, Alfred, Launchbar, etc).
All scripts are performed on the folder for the current frontmost Finder window.
Does a git pull
for each subfolder of the current folder sequentially.
Performs git add .
in the current folder.
Switch to a specified branch.
Performs git commit -am
with a specified commit message.
Creates a new repo for the current folder.
Performs git pull
in the current folder.
Shows the status for the current folder's repo in a dialog.