File tree 1 file changed +5
-2
lines changed
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"
122
122
> $ git lfs migrate import --include="*.psd" --everything
123
123
> ```
124
124
>
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
+ >
125
128
> For more information, read [`git-lfs-migrate(1)`](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.1.ronn).
126
129
127
130
You can confirm that Git LFS is managing your PSD file:
@@ -153,8 +156,8 @@ example:
153
156
$ git lfs migrate export --include=" *.psd" --everything
154
157
```
155
158
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.**
158
161
159
162
If there's some reason that things aren't working out for you, please let us
160
163
know 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