Created
January 24, 2020 03:47
-
-
Save ralexrdz/c9eb560b0a01b53e6122f282a2b4971e to your computer and use it in GitHub Desktop.
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 checkout master | |
git pull | |
git checkout -b mi-rama | |
<hago mis cambios> | |
git add . | |
git commit -m "mi mensaje" | |
git checkout master | |
git pull | |
git rebase mi-rama | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment