Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active October 22, 2019 22:17
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 ahmadawais/c41045e73b4bd48eea8a8b06ec780293 to your computer and use it in GitHub Desktop.
Save ahmadawais/c41045e73b4bd48eea8a8b06ec780293 to your computer and use it in GitHub Desktop.
🔥 #OneDevMinute: Type `git open` to open the GitHub page or website for a repository.
# Type `git open` to open the GitHub page or website for a repository.
# Step #1: npm install -g git-open
# Step #2: cd local_repo_directory
# Strep #3 git open
# More examples: https://github.com/paulirish/git-open
# Bonus use the following aliases
# @usage gio
alias gio="git open"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment