Guest User

Untitled

a guest
Mar 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. git add .
  2. git commit --m "Commit Inicial"
  3.  
  4. git add .
  5. git commit --m "Commit A"
  6.  
  7. git add .
  8. git commit --m "Commit B"
  9.  
  10. git add .
  11. git commit --m "Commit C"
  12.  
  13. git revert "Commit B" (aquí realmente va el código que genera)
  14.  
  15. A
  16. <<<<<<< HEAD
  17. B
  18. C
  19. =======
  20. >>>>>>> parent of cfa98f7... Subida Commit B
Add Comment
Please, Sign In to add comment