Skip to content

Instantly share code, notes, and snippets.

@ralexrdz
Created January 24, 2020 03:47
Show Gist options
  • Save ralexrdz/c9eb560b0a01b53e6122f282a2b4971e to your computer and use it in GitHub Desktop.
Save ralexrdz/c9eb560b0a01b53e6122f282a2b4971e to your computer and use it in GitHub Desktop.
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