Una aplicación web para validar colaborativamente el escrutinio provisorio
Para colaborar con el proyecto:
- Forkear el proyecto en tu cuenta de github
- Clonar el fork desde la terminal con $ git clone (url de tu fork, proyecto en tu github)
- Desde la terminal agregar el repo original $ git remote add upstream
Algunas cosas útiles: $ git push origin master
$ git fetch upstream
$ git merge upstream/master
$ git branch mybranch
$ git checkout mybranch
$ git checkout master
$ git merge mybranch
$ git branch -d mybranch
visit https://help.github.com/articles/using-pull-requests to learn how to send your contribution to the original repo.