Skip to content

Commit 5e12618

Browse files
authored
Merge pull request #4880 from btoll/improve_readme
Call out destructive command in README
2 parents 9d09dcf + 8aca977 commit 5e12618

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ $ git commit -m "add psd"
122122
> $ git lfs migrate import --include="*.psd" --everything
123123
> ```
124124
>
125+
> **Note that this will rewrite history and change all of the Git object IDs in your
126+
> repository, just like the export version of this command.**
127+
>
125128
> For more information, read [`git-lfs-migrate(1)`](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.1.ronn).
126129
127130
You can confirm that Git LFS is managing your PSD file:
@@ -153,8 +156,8 @@ example:
153156
$ git lfs migrate export --include="*.psd" --everything
154157
```
155158

156-
Note that this will rewrite history and change all of the Git object IDs in your
157-
repository, just like the import version of this command.
159+
**Note that this will rewrite history and change all of the Git object IDs in your
160+
repository, just like the import version of this command.**
158161

159162
If there's some reason that things aren't working out for you, please let us
160163
know in an issue, and we'll definitely try to help or get it fixed.

0 commit comments

Comments
 (0)