sobrevivendo com git

33
Sobrevivendo com Dante Alighieri

Upload: dante-alighieri-miranda-dos-santos

Post on 12-Apr-2017

187 views

Category:

Technology


0 download

TRANSCRIPT

Sobrevivendo com

Dante Alighieri

git config --global

Comandos Básicos● git clone● git status● git add .● git commit ● git push● git pull

+ Necessário● .gitgnore● git checkout ● git brach● git fetch● origin …..● -F

Local

Heroku

Teste

Origin

git push heroku master

git push teste master

git push origin master

Comandos Básicos● git reset● git checkout● git commit --amend● git rm● git mv● git log

+ Necessário● --hard, --soft● --abort● --continue● git branch -D● checkout -B

Comandos Básicos● git merge● git rebase

★ Pull Request

+ Necessário● origin/

Pull Request