diff --git a/PUcleaning/README.md b/PUcleaning/README.md index 67cf664582ff9a644867235ef42cdea7bfa0274a..f3aa06c7fc5636967221b179ed95aa93bf628ced 100644 --- a/PUcleaning/README.md +++ b/PUcleaning/README.md @@ -14,6 +14,6 @@ Note: for the UL18 jet data, the tables were produced with command `getHighScale ## Large file storage The tables being rather large, please use git LFS to handle them. Here is a brief recipe on how to proceed: -- The very first time, run `git lfs install` (do this once per local repo). -- Before adding a new file, use `git lfs track [file]` (do this once per file). -- Then you may add the file as usual with `git add [file]` (do this each time you change the file). +- If you have never used git LFS and if it is not installed (it should be done automatically by the installer from [2e22f769](https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/gitlab-profile/-/merge_requests/24/diffs?commit_id=2e22f769c3e3a8c376aa4784a90e1c437d17d697)), run first of all `git lfs install` (do this once per local repo). +- If you want to pull an existing file, run `git lfs pull`. +- If you want to push a new file, first use `git lfs track [file]` (do this once per file), then handle the file as usual with `git add` and `git commit` (do this each time you change the file).