Guest User

Untitled

a guest
Jan 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. armando@portatil:~/Proyectos/sis_cpi$ git branch
  2. * feature/refact_cliente_model
  3. master
  4. work
  5. armando@portatil:~/Proyectos/sis_cpi$ git checkout work
  6. M app/helpers/administracion/clientes_helper.rb
  7. M app/models/cliente.rb
  8. M app/views/administracion/clientes/_autorizado.html.erb
  9. M app/views/administracion/clientes/edit.html.erb
  10. M app/views/administracion/clientes/new.html.erb
  11. D db/migrate/20110415161908_create_cupos_extra.rb
  12. M log/development.log
  13. D public/images/interfaz/pdf-xx.jpg
  14. Switched to branch 'work'
  15. armando@portatil:~/Proyectos/sis_cpi$ git branch
  16. feature/refact_cliente_model
  17. master
  18. * work
  19. armando@portatil:~/Proyectos/sis_cpi$
  20.  
  21. armando@portatil:~/Proyectos/sis_cpi$ git reset HEAD --hard
  22. HEAD is now at ca78b1f Estado final despues de la reunion del 14-09-2011
  23. armando@portatil:~/Proyectos/sis_cpi$ git checkout feature/refact_cliente_model Switched to branch 'feature/refact_cliente_model'
  24. armando@portatil:~/Proyectos/sis_cpi$
Add Comment
Please, Sign In to add comment