How to Get Started with Github - Beginner Tutorial

MicrowaveSam
MicrowaveSam
612.7 هزار بار بازدید - 11 سال پیش - Lecture style tutorial for beginners
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: Twitter: microwavesam
11 سال پیش در تاریخ 1392/12/22 منتشر شده است.
612,760 بـار بازدید شده
... بیشتر