Skip to content

Commit

Permalink
Merge pull request #4880 from btoll/improve_readme
Browse files Browse the repository at this point in the history
Call out destructive command in README
  • Loading branch information
chrisd8088 authored Feb 16, 2022
2 parents 9d09dcf + 8aca977 commit 5e12618
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ $ git commit -m "add psd"
> $ git lfs migrate import --include="*.psd" --everything
> ```
>
> **Note that this will rewrite history and change all of the Git object IDs in your
> repository, just like the export version of this command.**
>
> For more information, read [`git-lfs-migrate(1)`](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.1.ronn).
You can confirm that Git LFS is managing your PSD file:
Expand Down Expand Up @@ -153,8 +156,8 @@ example:
$ git lfs migrate export --include="*.psd" --everything
```

Note that this will rewrite history and change all of the Git object IDs in your
repository, just like the import version of this command.
**Note that this will rewrite history and change all of the Git object IDs in your
repository, just like the import version of this command.**

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

0 comments on commit 5e12618

Please sign in to comment.