This repository is for Github Introduction, including git downloading, clone data from github, add data...
Before starting, you have to complete two steps.
There are two choice:
- Window platform: https://desktop.github.com/
- Git: https://git-scm.com/ (command line style)
###Find the Http clone URL
###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
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
Basic writing and formatting syntax on GitHub Pages.