780 B
hometv@hometv:~/Arduino$ git commit -m "fix /dev route" En la rama master Su rama está actualizada con «origin/master». Cambios no preparados para el commit: modificado: arduino-daemon.py
no hay cambios agregados al commit
hometv@hometv:~/Arduino$ git commit -am "fix /dev route"
[master 3fc20e4
] fix /dev route
1 file changed, 5 insertions(+), 2 deletions(-)
hometv@hometv:~/Arduino$ git push -u origin master Counting objects: 3, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 384 bytes | 0 bytes/s, done. Total 3 (delta 2), reused 0 (delta 0) To https://github.com/xergio/arduino.git 1e0dc6d..3fc20e4 master -> master Branch master set up to track remote branch master from origin.