git-lfs
Here are 66 public repositories matching this topic...
Right now, I either need to navigate using Files (Nautilus) to the correct folder, or view the history (presumably — it isn't working for me right now, so I can't test this).
It would be nice to be able to open the project folder directly from SparkleShare's menu.
I'm on the Flatpak version of SparkleShare on Fedora. Perhaps being in Flatpak might be different — with portals, for example — b
-
Updated
May 20, 2020 - C++
Otherwise, I get the following on a server reboot:
Nov 13 12:35:20 git git-as-svn[144]: 2019-11-13T12:35:20,108 INFO [main] (Main.java:42) - git-as-svn version: 1.21.7, f6e194fc3c1daf0bb03d14aaa07deb483470dc28
Nov 13 12:35:24 git git-as-svn[144]: 2019-11-13T12:35:24,404 INFO [main] (Log.java:193) - Logging initialized @16972ms to org.eclipse.jetty.util.log.Slf4jLog
Nov 13 12:35:24 git gi
-
Updated
Mar 7, 2020 - R
-
Updated
Dec 30, 2017
-
Updated
Aug 30, 2019 - Go
-
Updated
May 20, 2020 - GDScript
-
Updated
May 8, 2020 - C#
-
Updated
Dec 28, 2019 - CSS
-
Updated
Jan 14, 2019 - Shell
-
Updated
May 5, 2020 - Python
We can relatively easily implement S3 support for both streamed and direct-to-cloud storage modeled after our current Azure backend.
Can use https://github.com/datopian/node-git-lfs/tree/master/lib/store as a reference (although our architecture is different, the usage of S3 APIs should be similar).
-
Updated
Apr 14, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the git-lfs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the git-lfs topic, visit your repo's landing page and select "manage topics."
Describe the issue
What's the syntax to properly exclude the contents of directories called
foo(and their sub-directories) from LFS fetching but still download LFS files with the same name ('foo')?git config lfs.fetchexclude "foo"will I assume exclude directories calledfooand files calledfoogit config lfs.fetchexclude "foo/"may do the same as the code appears to [str