Note: the original website address is here
Basic Usage

The four commands above copy files between the working directory, the stage (also called the index), and the history (in the form of commits).
Group Changes
List all local branches in the current repository:
$ git branchCreate a new branch with specified name:
$ git branch [branch-new]Switch to the specified branch and updates the working directory:
$ git checkout [branch-name]Combine the specified branch to the current branch:
$ git merge [branch-name]Delete the specified branch:
$ git branch -d [branch-name]

Andriod is built on the open linux kernel. Furthermore, it utilizes a custom virtual machine that has been designed to optimize memory and hardware resource in a mobile environment.
Links
Markdown supports two styles for Links:
- inline
Syntax:
[inline link text](www.inlinelink.com "optional title")Effect:
inline link text
There have many editor tools for Markdown now, but we just recommend a few of popular tools for you. You can choose it which you like. Hope it will be helpful for you.
Online tools
-
In browser Markdown editor, it supplies many commands to create Markdown syntax instead of type it manually. And also it have supported many other functions, for example import, export and manage Markdown files.
is