File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
127130You 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
159162If there's some reason that things aren't working out for you, please let us
160163know in an issue, and we'll definitely try to help or get it fixed.
You can’t perform that action at this time.
0 commit comments