我有一個項目,我一直在沒有初始提交。最近我做了git init
。git中現有項目的新分支?
現在我意識到這需要在它自己的分支中,我們稱之爲feature-i-should-have-init-first-coded-later
。
我該如何將這個未被束縛的,未完成的工作移至分支,同時讓主空着?
更新:
git status
產生這種
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
noob.txt
顯示的'git的branch'輸出這裏 – RomanPerekhrest
@RomanPerekhrest空。 :) –
好的。和'git status' – RomanPerekhrest