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
Sur cette page du site, vous pouvez voir la vidéo en ligne How to Get Started with Github - Beginner Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur MicrowaveSam 13 mars 2014, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 613,168 fois et il a aimé 2.8 mille téléspectateurs. Bon visionnage!