Skip to content

Instantly share code, notes, and snippets.

@criscunhasantos
Last active June 28, 2022 11:48
Show Gist options
  • Save criscunhasantos/a09d2f8a283f084811d5a14002f2edb8 to your computer and use it in GitHub Desktop.
Save criscunhasantos/a09d2f8a283f084811d5a14002f2edb8 to your computer and use it in GitHub Desktop.
Git Cheat Sheet
git pull origin develop
git add .
git commit -m "UPDATED vpn"
git push origin develop
git tag
git checkout v1.2.0
code .
git add .
git commit -m "UPDATED azurerm provider version"
git tag v1.3.0
git push origin v1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment