Last active
June 28, 2022 11:48
-
-
Save criscunhasantos/a09d2f8a283f084811d5a14002f2edb8 to your computer and use it in GitHub Desktop.
Git Cheat Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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