git adventure

21
github.com/devton

Upload: antonio-roberto-silva

Post on 14-Aug-2015

159 views

Category:

Technology


0 download

TRANSCRIPT

github.com/devton

jaba coloque seu projetinho :)

catarse.me/jobs

ta rolando vaga

http://git-scm.com/

git commit --amend

git revert HASH

git reset --soft HASH

git diff HASH

git blame filepath

git gui blame filepath

git log

git log --oneline

git log -S"direct_refund" --oneline

git cherry-pick HASH

git bisecthttp://git-scm.com/docs/git-bisect

.git/hooks

http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks

Client-Side Hooks

• pre-commit • prepare-commit-msg • commit-msg • pre-rebase • post-rewrite • post-merge • pre-push • post-commit

Server-Side Hooks

• pre-receive • update • post-receive

post-commit samplehttps://gist.github.com/josemarluedke/5535795

cabo ;)valeu google pelas

imagens