Last active
April 1, 2019 17:59
-
-
Save SamRothCA/510bb65f54ecc7169e74 to your computer and use it in GitHub Desktop.
Git status for repo currently open in Finder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd "$(osascript -e 'tell application "Finder" to get the POSIX path of (target of front window as alias)')" && | |
git status --short --branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment