git clean -xdf and friends
Remove all untracked files and directories recursively:
git clean -xdf
Fetch all Git LFS content for your repository:
git lfs fetch --all
Run as if git was started in <path>
instead of the current working directory:
git -C <path>
References: