We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a871542 commit 12022f1Copy full SHA for 12022f1
README.md
@@ -77,7 +77,7 @@ Git LFS can manage `.gitattributes` for you:
77
78
### Pushing commits
79
80
-Once setup, you're ready to push some commits.
+Once setup, you're ready to push some commits:
81
82
$ git add my.zip
83
$ git commit -m "add zip"
@@ -87,7 +87,7 @@ You can confirm that Git LFS is managing your zip file:
87
$ git lfs ls-files
88
my.zip
89
90
-Once you've made your commits, push your files to the Git remote.
+Once you've made your commits, push your files to the Git remote:
91
92
$ git push origin master
93
Sending my.zip
0 commit comments