Está en la página 1de 3

Manual

1. git config --global user.name "Maria Amparo Suarez"


2. git config --global user.email masuarez647@misena.edu.co
3. git config --global core.editor "
C:\Users\Maria\AppData\Local\Programs\Microsoft VS Code\code.exe' -w"
4. git config –list
5. git init

6.

7.
8. Git add .
9. Git commmit –m “version 1 documento y nombre”
10. Git status
11. Git log
12. Git diff
13. Git add ciudad.txt
14. Git status
15. Git add teléfono.txt
16. Git commit –m “version o.o.2 modifique documento nombre y agrege telefono”

17.
18.
19. Git add.
20. Git commit –m “version o.o.3 agregue teléfono agregue la carpeta nombre modifique
nombre a myname.txt”
21. Modifico archivo
22. Git restore identificación
23. Git status
24. git commit -m "Reverting to the state of the project at manual"
25. git reset HEAD identificación.txt
26. git log --online
27. git reset --hard a446801
28. git branch pruebas
29. git branch finales
30. git checkout pruebas
31. git add .
32. git commit –m “version 0.0.0.3.1”
33. git checkout finales
34. git add .
35. git commit –m ”test”
36. git branch
37. git checkout pruebas
38. git add .
39. git commit –m”versión 0.0.3.1”
40. git checkout finales
41. git add .
42. git log
43. git status
44. git add .
45. git commit -m”versión test”
46. git checkout pruebas
47. git checkout master
48. git checkout pruebas
49. git merge finales
50. git merge tool
51. git status
52. git add .
53. git commit –m “resolve merge”
54. git status
55. git merge pruebas
56. git checkout pruebas
57. git remote
58. git clone https://github.com/mariasuarez24/dato.git
59. git branch –v rmanual
60. git show-branch
61. git merge rmanual
62. git merge rmanual -m 'Esto es un merge con mensaje para rmanual'
63. git checkout master
64. git branch
65. git push -u rtmanual
66. git show v0-2
67. git show v0-3

También podría gustarte