1、安裝brew
官網有安裝方法
2、執行
brew install git
brew install bash-completion
3、修改 .bash_profile
如果沒有該檔案可以自行建立(touch .bash_profile)
開啟檔案(open .bash_profile)
增加內容
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
4、完全退出終端,重啟即可正常使用
5、設定自動調整結束符,不同平台編碼結束符不同
git config --global core.autocrlf input
引數: Mac 終端git提交
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後面一般輸入的...
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...