Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This repository is for Github Introduction, including git downloading, clone data from github, add data...

Notifications You must be signed in to change notification settings

ChiLunHuang/Github-Introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Github-Introduction

This repository is for Github Introduction, including git downloading, clone data from github, add data...

Before starting, you have to complete two steps.

First step: sign up

https://github.com/

Second step: dowmload platform

There are two choice:

  1. Window platform: https://desktop.github.com/
  1. Git: https://git-scm.com/ (command line style)

Create repositories and use Git to clone files

1. Create repositories

alt tag

2. Input some info (choose "Initialize this repository with a README")

alt tag

3. Clone data to local file

###Find the Http clone URL

alt tag

###Open the Git you donwloaded before and input the command

And the files will be downloaded in your local file

  • $ git clone https://github.com/ChiLunHuang/Github-Introduction.git

alt tag

Easy to update, modify files

Open the Git command line console

Redirect the destination, such as

cd d: or cd d/Github-Introduction/img

Add data

-$ git add .

-$ git commit -m "Version1"

-$ git push

Modify data

-$ git commit -a -m "Version1"

-$ git push

Others

Basic writing and formatting syntax on GitHub Pages.

About

This repository is for Github Introduction, including git downloading, clone data from github, add data...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •