We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert "4413a" This reverts commit 7f72bdec34eda35f5355d2761df29f7b8d2837e9, which appears to be a commit made in error or bad faith, as it renamed the Tutorial.md file to wilfks.md and made various spurious changes to the file.
4413a
Escape star (*) in file pattern
Update the endpoint URL and credential caching sections with current information and links.
Tutorial: use force option when pushing rewritten history When we rewrite history with git lfs migrate import, we'll need to force push, so let's show that in our example.
Tutorial: remove trailing whitespace Trailing whitespace is considered an anti-pattern, so let's remove it.
Added tutorial for Untrack and Remove files from LFS
Updated Tutorial (markdown)
Grammatical correction in sentence. 'in' must be used. not 'the'.
Updated example bin generation. `head -c 1M` is broken on Mac.
Update tutorial to mention file:/// URLs
Remove text that suggests that standard git clone is too slow
Fixed typos
Explain how smudge and clean work with pointer files
Include suggested post-migration .git directory cleanup instructions from #2775
add missing closing paren
Small grammar fix.
Ensure git-lfs install has been run (I missed that the first time through). Don't enforce bad habit of creating git objects (via git add) before git lfs tracking is in-place.
fix commit messages
Fix typo (exiting→ existing)
Keep BFG unstruck but document git-lfs-migrate more thoroughly as the recommended tool; make the other text more generic by not referring to BFG.
Fixed link