Skip to content

Instantly share code, notes, and snippets.

@amon-ra
Created January 17, 2018 08:35
Show Gist options
  • Save amon-ra/38ba71a915486ad74684a69f160afa5b to your computer and use it in GitHub Desktop.
Save amon-ra/38ba71a915486ad74684a69f160afa5b to your computer and use it in GitHub Desktop.
Unify several commits
git reset --soft HEAD~i
git commit -a -m "fixed #123, error en los permisos de la carpeta /web"
where i is number of commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment