Skip to content

Instantly share code, notes, and snippets.

@karlwilbur
Last active July 27, 2020 16:14
Show Gist options
  • Save karlwilbur/346a5479f275f106510c3254fe5354e6 to your computer and use it in GitHub Desktop.
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].
alias release-the-kraken='eval "gitkraken --new-window -p \"`pwd`\" -l /dev/null >/dev/null 2>&1 &" &'
@karlwilbur
Copy link
Author

This would live in ~/.aliases and be loaded by ~/.bashrc or ~/.zshrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment