gitSistema de control de versiones distribuido. Algunos subcomandos como
commit,add,branch,switch,push, etc. tienen su propia documentación de uso. Más información: https://git-scm.com/docs/git.
git init
git clone {{https://example.com/repo.git}}
git status
git add {{[-A|--all]}}
git commit {{[-m|--message]}} {{texto_del_mensaje}}
git push
git pull
git reset --hard; git clean {{[-f|--force]}}