Skip to content

Commit c021a4f

Browse files
authored
Merge pull request #43 from git-lfs/chrisd-main-branch-name
rename example default branch to "main"
2 parents 00fbf18 + c7d00ef commit c021a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/home/secondary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ <h2 class="section-heading">Getting Started</h2>
3434
<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/master/docs/man/git-lfs-migrate.1.ronn?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>
3535
</li>
3636
<li>
37-
<p>There is no step three. Just commit and push to GitHub as you normally would.</p>
37+
<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>
3838
<pre>
3939
git add file.psd
4040
git commit -m "Add design file"
41-
git push origin master</pre>
41+
git push origin main</pre>
4242
</li>
4343
</ol>
4444

0 commit comments

Comments
 (0)