Mac 終端git提交

2021-10-01 10:18:25 字數 569 閱讀 7808

1,查詢git

git2,沒有就安裝git後操作

登陸git:

(1)設定你的名字: $ git config --global user.name "name"

3,建立倉庫

(1)cd 專案資料夾路徑

(2)建立倉庫 git init

4,新增檔案

git add .

5,提交

git commit -m "***"   (-m後面一般輸入的是本次提交的說明)

6,檢視狀態

git status

7,檢視日誌(可忽略)

git log

8,新增到遠端位址

git remote add origin ***.git

9,提交

mac終端支援git

1 安裝brew 官網有安裝方法 2 執行 brew install git brew install bash completion3 修改 bash profile 如果沒有該檔案可以自行建立 touch bash profile 開啟檔案 open bash profile 增加內容 if f...

MAC終端下常用Git命令

送給新手的簡單命令操作 遠端git和local的同步實現流程 1 把git上的 clone到本地 git clone http x 位址,可以http也可以ssh 2 clone到本地以後 使用branch a 檢視遠端所有分支 git branch a 3 如若你有分支 master branch...

玩轉Mac終端 Mac 終端常用知識

lsof i port tq wxdemacbook pro anonyper lsof i 8081 command pid user fd type device size off node name uwsgi 22117 anonyper 3u ipv4 0x90a5adf44866b61d...