You are on page 1of 1

git clone XXXX

--- commits ---

git add *
git commit -m "..."
git push

git pull <- ir buscar


(git merge)

--- se houver asneira ---

git reset --hard NNNNN

git checkout master <- vai pro master


git chekcout XXX

You might also like