Skip to content

Una aplicación web para validar colaborativamente el escrutinio provisorio

License

Notifications You must be signed in to change notification settings

juanmafx/escrutiniosocial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

escrutiniosocial

Una aplicación web para validar colaborativamente el escrutinio provisorio

Para colaborar con el proyecto:

  1. Forkear el proyecto en tu cuenta de github
  2. Clonar el fork desde la terminal con $ git clone (url de tu fork, proyecto en tu github)
  3. Desde la terminal agregar el repo original $ git remote add upstream

Algunas cosas útiles:

$ git push origin master

Pushes commits to your remote repository stored on GitHub

$ git fetch upstream

Fetches any new changes from the original repository

$ git merge upstream/master

Merges any changes fetched into your working files

$ git branch mybranch

Creates a new branch called "mybranch"

$ git checkout mybranch

Makes "mybranch" the active branch

$ git checkout master

Makes "master" the active branch

$ git merge mybranch

Merges the commits from "mybranch" into "master" ###$ git branch -d mybranch Deletes the "mybranch" branch

visit https://help.github.com/articles/using-pull-requests to learn how to send your contribution to the original repo.

About

Una aplicación web para validar colaborativamente el escrutinio provisorio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published