## Notes
log vs reflog: The log is the "accepted" repo history and reflog is the absolute repositori history including those removed o reseted commits.
revert: Deshace los cambios añadiendo un nuevo commit en el historico.
reset: Destruye los commits que le he dicho que quite,y según los flag que use, esos cambios se pierden, pasan a workspace.
git help -g: The help content with themes and structures in other way
## Git-flow
https://danielkummer.github.io/git-flow-cheatsheet/