問題タブ [git-untracked]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - パッチ経由で追加するときに、追跡されていないファイルを git に追加する方法はありますか?
だから私はの喜びを学んでいgit add -p
ます。以前は Sourcetree などの GUI ツールを使用して の一部として変更を確認してgit add
いましたが、今ではコマンド ラインでより使いやすくなっています。
ただし、追跡されていないファイルを同じコマンドで追加できないことに不満を感じています。次のようなオプションがあればいいのですがgit add -p --include-untracked
、残りの部分と同様にパッチとして扱います。
これを単一のコマンドとして行うより良い方法はありますか?