Skip to content

Instantly share code, notes, and snippets.

@ezy
Last active October 9, 2019 20:28
Show Gist options
  • Save ezy/7a8fa537290f0d9d85f6f2a9221ee9ec to your computer and use it in GitHub Desktop.
Save ezy/7a8fa537290f0d9d85f6f2a9221ee9ec to your computer and use it in GitHub Desktop.
git https no type user/pass commands
git config credential.https://gitlab.customs.govt.nz <user>
git config credential.helper "$helper $options"
git config credential.helper store
// Once typed you should only have to enter password once more and then it will be stored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment