Skip to content

Commit e220bbf

Browse files
authored
Update README.md
1 parent 72de5b5 commit e220bbf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
1. git init
44
2. git add .
55
- git add _nombre fichero p.e index.html_ - \*añade los cambios efectuados en este fichero\*
6-
- git add . or .git add --all - \*añade todos los cambios efectuados hasta el momento\*
7-
3.
8-
4. git commit -m "\*explicación de los cambios"
6+
- git add . or git add --all - \*añade todos los cambios efectuados hasta el momento\*
7+
3. git commit -m "\*explicación de los cambios"
98
- git commit --amend (per a modificar detalls d'escritura dels commits)
109
- git commit -am - \*junta git add . + git commit -m. Només en casos en seguiments continuos\*
1110
5. git checkout -- . (per agafar la informació del ultim commit guardat en cas d'un error)

0 commit comments

Comments
 (0)