marcoslopess / aula3git

aula

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comandos git

git status (vê o status de todos os arquivos) git log (vê os commits) git add (adiciona no git) git reset (tira da staged area) git commit -m (adiciona um commit) | commit --amend (modifica o commit) git checkout (desfaz uma modificação na unstaged ou muda de branch) git diff (lista as modificações que você fez) git branch (lista ou cria uma branch)

About

aula

License:MIT License


Languages

Language:PHP 100.0%