26. Git 在 master 中更改

2018-08-04 14:20 更新

目的

學(xué)習(xí)如何處理包含不同(及可能有沖突)更改的多個分支。

當(dāng)你更改 greet 分支時,其他人決定更新 master 分支。他們 添加了一個 README。

切換到 master 分支

$ git checkout master

創(chuàng)建 README

This is the Hello World example from the git tutorial.

提交 README 到 master

$ git add README
$ git commit -m "Added README"
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號