-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md~
39 lines (25 loc) · 813 Bytes
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
arduino
=======
Se plantea desarrollar un equipo que controle operaciones básicas de la casa.
En principio parte de sensórica y muestreo y representar la información.
Porsteriormente se podrá pasar a realiar nuevos desarrollos
======================
Pequeñas notas para el uso de git
Antes de hacer un push hay que hacer un commit
comando util
git remote add origin https://github.com/Salec/
git push
git commit -m "Hola, he cambiado esto porque... y porque..."
git status
git log
git add
Para borrar un fichero hay que:
git rm <file>
los cambios que he hecho hay que meterlos haciendo un
* git add ---> mirar expresiones regulares
luego:
* git commit
*git push
para bajar git fecth +-
para ver las diferencias hacer un git diff HEAD
----------------> mirar si va con número o con qué...