seguijoaquin / taller2-sharedserver

MIT License
0 stars 0 forks source link

Informacion util #6

Open diegokim opened 8 years ago

diegokim commented 8 years ago

En esta seccion van a ir cosas de instalacion seteo y demas que sea importante documentar para recordarlas

diegokim commented 8 years ago

Para linkear la carpeta a la app de heroku:

$ git remote add heroku git@heroku.com:t2shared.git

Si da error probar el siguiente, si no da error hacer lo siguiente tambien.

$ heroku git:remote -a t2shared

seguijoaquin commented 8 years ago

Dejo un link con info de GIT util

http://rogerdudler.github.io/git-guide/index.es.html

seguijoaquin commented 8 years ago

Info sobre CI para Node Js

https://docs.travis-ci.com/user/languages/javascript-with-nodejs

seguijoaquin commented 8 years ago

Para descargar un branch especifico:

git checkout -t origin/branch-name

Para mergear un branch con master git checkout master git pull origin master git merge test git push origin master

seguijoaquin commented 8 years ago

Información sobre Tagging en github

https://git-scm.com/book/en/v2/Git-Basics-Tagging