Skip to content

Instantly share code, notes, and snippets.

@victor141516
Created September 18, 2019 09:44
Show Gist options
  • Save victor141516/b8a818e95f742b6911d9ff84346265bc to your computer and use it in GitHub Desktop.
Save victor141516/b8a818e95f742b6911d9ff84346265bc to your computer and use it in GitHub Desktop.
git stuff
alias grgl='git remote -v get-url origin | sed -e "s/^git@/https#\/\//g" -e "s/:\//\//g" -e "s/https#\/\//https:\/\//g" -e "s/\.git$//g"'
alias gro='open $(grgl)'
alias grop='open $(grgl)/pipelines'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment