Skip to content

Instantly share code, notes, and snippets.

@pazthor
Last active March 13, 2021 22:54
Show Gist options
  • Save pazthor/41c94fe7b5e3dc09f9d130d82d24e919 to your computer and use it in GitHub Desktop.
Save pazthor/41c94fe7b5e3dc09f9d130d82d24e919 to your computer and use it in GitHub Desktop.
lista de comando git

Lista comando

Devuelve los commits del branch en el que estas parado comparado contra rama master

git rebase -i HEAD~$(git log master..| grep commit | wc -l)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment