GitHub Commands

2015-12-30  本文已影响0人  aemaeth
Git Config

$ git config --global user.name "Your Name''
$ git config --global user.email "email@example.com"

Add Files

$ git add file1.txt
$ git add file2.txt file3.txt
$ git commit -m "add 3 files."

Status
Reset
Manage
Checkout
Delete
Remote Reposity
Clone Reposity
Create & Merge Branch
Conflict
Merge Strategy
Bug Fix
Feature
Coordination
Tags
Operating Tags
Ignore
引用自 廖雪峰的Git教程
上一篇 下一篇

猜你喜欢

热点阅读