Winter big job 1

This work belongs courses https://edu.cnblogs.com/campus/zswxy/SE2019-4/
Where the job requires https://edu.cnblogs.com/campus/zswxy/SE2019-4/homework/10252
The target job Gitee and git learn basic commands and use
Text of the job https://gitee.com/woshidengwudi
Other references Baidu literature

1.1 yards Cloud Interface

1.2Git interface

1.3 local repository interface

1.4 learn command

• Changing a name

git config--global user.name “”

II. Change the mailbox

git config--global email.""

III. Committed to the local warehouse

git commit-m "Content"

IV. Adding local files

git add "filename"

V. View git status

git status

2. merge code

A. Merge branch

git branch-a

II. Branch switching

git checkout "branch name"

III. Create and switch branch

git checkout-b

1.5 Home Address

https://gitee.com/deng_wen__hung

Guess you like

Origin www.cnblogs.com/dwx666/p/12445615.html