I comandi di log:
Per aggingere tutti i file nello stage:
Per fare il commit:
Per resettare i file messi in stage, cioè togliere i file dallo stage
Per resettare l'ultimo commit e mantenere le ultime modifiche nello stage:
Per resettare l'ultimo commit e cancellare le ultime modifiche:
Fare rollback ai file modificati (non sono ancora staged (staggiate)):
Per creare un nuovo branch:
Per spostarsi su branch:
Per mergiare un branch a un altro branch, per esempio mergiare un branch a branch master, ricordati di spostarsi su branch master, cioè bisogna sempre spostarsi su branch a quale si vuole fare merge: