Last active
July 27, 2020 16:14
-
-
Save karlwilbur/346a5479f275f106510c3254fe5354e6 to your computer and use it in GitHub Desktop.
Using CLI, open in GitKraken the repository for the current directory [via Bash or Zsh alias].
This file contains 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
alias release-the-kraken='eval "gitkraken --new-window -p \"`pwd`\" -l /dev/null >/dev/null 2>&1 &" &' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would live in
~/.aliases
and be loaded by~/.bashrc
or~/.zshrc
.