Skip to content

Instantly share code, notes, and snippets.

@dcunited001
Last active December 17, 2015 19:19
Show Gist options
  • Select an option

  • Save dcunited001/5659685 to your computer and use it in GitHub Desktop.

Select an option

Save dcunited001/5659685 to your computer and use it in GitHub Desktop.
#===============================
# Hub Auth
#===============================
alias hub="hub-auto-auth; hub"
hub-auto-auth() {
if [ -n $GITHUB_USER ]; then read -s GITHUB_USER; else echo "USERNAME: $GITHUB_USER"; fi
if [ -n $GITHUB_PASSWORD ]; then read -s GITHUB_PASSWORD; else echo "PASSWORD: ..."; fi; }
@dcunited001

Copy link
Copy Markdown
Author

not working for me. no time at the moment.

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