Skip to content

Instantly share code, notes, and snippets.

@irfanbaigse
Created September 19, 2017 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irfanbaigse/ab67305694555c95734f008d896a6c83 to your computer and use it in GitHub Desktop.
Save irfanbaigse/ab67305694555c95734f008d896a6c83 to your computer and use it in GitHub Desktop.
Open youtrack from command line github branch
function openyt() {
open -a /Applications/Google\ Chrome.app https://youtrack.organisation-name.io/issue/$(current_branch)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment