Skip to content

Commit 9e728c0

Browse files
committed
_includes/home/secondary.html: generic push advice
As suggested in git-lfs/git-lfs#5909, now that our project home page is generic, our instructions should be fully generic as well, so we remove the legacy suggestion to specifically push to GitHub.
1 parent 5075678 commit 9e728c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/home/secondary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="section-heading">Getting Started</h2>
2929
<p>Note that defining the file types Git LFS should track will not, by itself, convert any pre-existing files to Git LFS, such as files on other branches or in your prior commit history. To do that, use the <a href="https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.adoc?utm_source=gitlfs_site&amp;utm_medium=doc_man_migrate_link&amp;utm_campaign=gitlfs">git lfs migrate(1)</a> command, which has a range of options designed to suit various potential use cases.</p>
3030
</li>
3131
<li>
32-
<p>There is no step three. Just commit and push to GitHub as you normally would; for instance, if your current branch is named <code>main</code>:</p>
32+
<p>There is no step three. Just commit and push as you normally would; for instance, if your current branch is named <code>main</code>:</p>
3333
<pre>
3434
git add file.psd
3535
git commit -m "Add design file"

0 commit comments

Comments
 (0)