Skip to content

Instantly share code, notes, and snippets.

@payamomrani
Last active December 10, 2019 12:16
Show Gist options
  • Save payamomrani/79ba7f6d46c16e246b75f9710b1a1112 to your computer and use it in GitHub Desktop.
Save payamomrani/79ba7f6d46c16e246b75f9710b1a1112 to your computer and use it in GitHub Desktop.
git fetch --all
git reset --hard origin/master
git pull origin master
git config core.filemode false
// Save Username And Password
git config --global credential.helper store
git config --global user.name "Payam Omrani"
git config --global user.email payam.omrani@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment