added line to explain that a git push is necessary (#257)

add line to explain that a git push is necessary

Fixes #242

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/257
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
This commit is contained in:
jklippel 2022-08-06 15:39:35 +02:00 committed by René W
parent f586d658f0
commit f7e3e24d3a

View file

@ -112,6 +112,8 @@ You can first run `git lfs migrate info` to see which files take up the most spa
Then you can run `git lfs migrate import` to import some or all files into using LFS.
Afterwards you need to call `git push` to push your changes to your repository.
As the man page of [git-lfs-migrate(1)][git-lfs-migrate] already contains a much more detailed description on how to
import files, you are encouraged to read it to learn more about importing before starting the migration.