Skip to content

Instantly share code, notes, and snippets.

@czipperz
Last active August 29, 2015 14:25
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 czipperz/baf847941f4877152097 to your computer and use it in GitHub Desktop.
Save czipperz/baf847941f4877152097 to your computer and use it in GitHub Desktop.

Remember username: when clone use https://USERNAME@url.com/aseruiosuerio

When already cloned (and https://github.com/czipperz/gr installed):

gr ro; gr ao https://USERNAME@url.com/aseirousrieosu`

w/o gr (normal git):

git remote remove origin
git remote add origin https://USERNAME@url.com/aseuiroseurios

Remember password for ten seconds:

git config --global credential.helper 'cache --timeout=10'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment