試圖從遠程存儲庫執行拉取操作,但是相關代碼位於非主分支中。我已經將存儲庫的主分支拉到了本地分支,但是預期的分支仍然在逃避我,並且要查詢命令將git客戶端指向預期的分支。到目前爲止,這些命令是:訪問遠程存儲庫的分支
git init
git echo > file
git add .
git commit -m "message"
git remote add remoteRepository <remote address>
git pull remoteRepository master