1
在混帳回購我做的:
git status
,我看到:如何隱藏一些文件並將其餘部分提交給新分支?
somepath/file1
somepath/file2
somepath/file3
somepathotherpath/file4
somepathdifferentpath/fileX
somepathotherpath/fileY
somepath/fileZ
經過了修飾。還有一個文件剛剛添加並且未被跟蹤。我想要做的是以下幾點:
我想以某種方式存放例如3個文件,其餘的創建並切換到一個新的分支並提交它們。
所以最終的結果將是3個文件將在master分支中以git狀態簽出,其餘的將是新分支的最高提交。
這可能嗎?怎麼樣?