Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb2f8aa

Browse files
authored
Merge pull requestfsharp#812 from ninjarobot/patch-1
Add command to remove deleted files in merge
2 parents9587022 +236485f commitfb2f8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ then
223223
git status
224224

225225
and resolve any remaining conflicts. Resolving conflicts should normally be easy, but anything in``Unmerged paths`` may need attention:
226-
* Files "deleted by us" indicate a stripped file has been changed. We don't care about those, so generally add them to the``git rm -fr`` line above, or``git rm -f`` them one by one.
226+
* Files "deleted by us" indicate a stripped file has been changed. We don't care about those, so generally add them to the``git rm -fr`` line above, or``git rm -f`` them one by one.To remove them all in one go on macOS or Linux,`git status | grep "deleted by us" | awk '{print $4}' | xargs git rm`.
227227
* Outright conflicts will need work and may indicate some change in this repository hasn't yet gone back to``visualfsharp``
228228

229229
One you're happy, commit any changes you needed to make

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp