Lecture style tutorial for beginners wanting to learn how to use Github with the Github bash
Instructions:
Create an account on github.com.
https://github.com/
Download the Git Bash.
http://git-scm.com/downloads
Install and set-up Git Bash.
Create a new repository with an initialized README.md
Use git shell to clone the newly created repo and start editing, adding, committing, then pushing.
http://try.github.io/levels/1/challen...
Clone the repository, edit the files that you want to edit or create new files, add the newer files into the staging area, commit the changes, push the changes onto the repository on github.com
Commands to know:
git init
git clone (url)
git add (file names)
git commit -m "(committed message)
git remote add origin master (url)
git push -u origin master
git pull origin master
Powerful collaboration, code review, and code management for open source and private projects.
Twitter: / microwavesam
En esta página del sitio puede ver el video en línea How to Get Started with Github - Beginner Tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario MicrowaveSam 13 marzo 2014, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 613,168 veces y le gustó 2.8 mil a los espectadores. Disfruta viendo!