Skip to content

Instantly share code, notes, and snippets.

@wildwind123
Last active December 12, 2022 00:19
Show Gist options
  • Save wildwind123/46f6a9cf13b7ca26391f9e17ffcf62c9 to your computer and use it in GitHub Desktop.
Save wildwind123/46f6a9cf13b7ca26391f9e17ffcf62c9 to your computer and use it in GitHub Desktop.
usefull git command
// disable changes of chmod
git config core.fileMode false
// change remote origin with personal token
git remote set-url origin https://personal_token@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment