Skip to content

Instantly share code, notes, and snippets.

@vishnuexe
Last active March 27, 2024 05:32
Show Gist options
  • Save vishnuexe/95a039c7d8d492956db699c399883dee to your computer and use it in GitHub Desktop.
Save vishnuexe/95a039c7d8d492956db699c399883dee to your computer and use it in GitHub Desktop.
Github pull and push

git add .

git commit -m "message"

git push

git init

git remote add origin "repo URL"

git pull origin master

git add "filename"

git commit -m "message"

git push origin master

Username : "github username"

Password : "Generated token from github profile > settings > developer settings > generate classic token"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment