Skip to content

Instantly share code, notes, and snippets.

@pdr-tuche
Last active May 26, 2022 19:46
Show Gist options
  • Save pdr-tuche/4bdbf125be9b1a24ae8b3b015821fb38 to your computer and use it in GitHub Desktop.
Save pdr-tuche/4bdbf125be9b1a24ae8b3b015821fb38 to your computer and use it in GitHub Desktop.
git status
git diff
git add README.md
git status
git commit
git config --global user.email "seuemail@gmail.com"
git config --global user.name "usernameGithub"
git commit
git log
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment