File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,16 @@ diverse team of users having this problem. They also experimented with
8484existing solutions like ` git media ` and ` git annex ` .
8585
8686Rick then detailed [ the solution that was implemented] ( https://github.com/github/git-lfs/blob/master/docs/spec.md )
87- using the Go language, and how it can be used, with commands like :
87+ using the Go language, and how it can be used. For example :
8888
8989```
90- git lfs init
91- git lfs track "*.zip"
92- git lfs push
90+ $ git lfs init
91+ $ git lfs track "*.zip"
92+ $ git add otherfile.zip
93+ $ git commit -m "add otherfile.zip"
94+ $ git push origin
95+ Uploading somefile.zip
96+ ...
9397```
9498
9599Remote configuration, the server side, the Git LFS API and authentication were
You can’t perform that action at this time.
0 commit comments