I am one with the knowledge. May the knowledge be with me.
$ git init
$ git init [project-name]
$ git clone [url]
$ git add .
$ git checkout [branch-name]
$ git checkout -b [branch-name]
$ git branch -a
$ git merge [branch]
$ git branch -d [branch-name]
$ git push [remote]/origin.../ [branch]
$ ls
$ cd [目录名]
$ cd ..
$ vim [文件名.后缀名]
$ mkdir [文件夹名]
$ rm [文件名]
$ git rm -rf [文件夹名]