Skip to content

Instantly share code, notes, and snippets.

@matrixcloud
Created June 1, 2023 01:41
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 matrixcloud/dc11f93eae49abd00bfc7f723a4772e3 to your computer and use it in GitHub Desktop.
Save matrixcloud/dc11f93eae49abd00bfc7f723a4772e3 to your computer and use it in GitHub Desktop.
Open your repository in github
url=$(git config --get remote.origin.url)
in_array=(${url//:/ })
open https://github.com/${in_array[1]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment