Agiles 2015 - Git no es solo una cara bonita

Post on 13-Apr-2017

574 views 2 download

Transcript of Agiles 2015 - Git no es solo una cara bonita

GIT NO ES SOLOUNA CARA BONITA

Fernando Di BartoloÁgiles 2015 - Montevideo, Uruguay

Octubre 22, 23, 24@fdibartolofernando.di.bartolo

Dev BDev A Dev C

único punto de fallaoffline

velocidadmerging

branchingasociar multi repos

Dev B

Dev ADev C

L

L

L

L

L

L

J

J

J

J

J

J

Server

Hooks are little scripts to trigger action at certainpoints.

http://git-scm.com/docs/githooks

http://git-scm.com/docs/githooks

applypatch-msgpre-applypatch

post-applypatch

pre-commit

prepare-commit-msg

commit-msg

post-commit

pre-rebase

post-checkout

post-merge

pre-receive

updatepost-receive

post-update

pre-auto-gc

post-rewrite

pre-push

applypatch-msgpre-applypatchpost-applypatch

pre-commitprepare-commit-msgcommit-msgpost-commit

pre-rebase

post-checkoutpost-merge

pre-receiveupdatepost-receivepost-update pre-auto-gc

post-rewrite

pre-push

http://git-scm.com/docs/githooks

https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit

https://github.com/blog/2051-protected-branches-and-required-status-checks

> asegurar estándares de codificación al hacer commit

> asegurar cobertura de código al hacer push

> desplegar cambios en el entorno de integración

dev pc entornode pruebas

repocomún

https://github.com/fdibartolo/agiles_2015

Gracias !!

@fdibartolofernando.di.bartolo

=