Skip to content

Instantly share code, notes, and snippets.

@dl6nm
Created July 23, 2020 06:51
Show Gist options
  • Save dl6nm/117723d74740c46acc9fc6b661ed6fe8 to your computer and use it in GitHub Desktop.
Save dl6nm/117723d74740c46acc9fc6b661ed6fe8 to your computer and use it in GitHub Desktop.
Set user credentials in .git/config
# Add the following lines to your .git/config to set other credentials than the default ones used in [Fork Git Client](http://fork.dev/)
[credential "https://github.com/username/repository.git"]
helper = manager
username = username
useHttpPath = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment