

So let's say you're in an internet outage, but you really need to give your changes and part of your repository to a friend of yours. git-bundle: Package a git repository, or part of it
Git annex commands download#
Note that git-annex-importfeed is made for podcasts, and has a wrapper around the youtube-dl tool if you wish to download youtube playlists too. This effectively allows you to download a RSS feed into your tree. It allows tracking, moving, locking, synchronizing, files, but can do much more!įor example, the git annex addurl command will download the mailhook-0.0.2-p圓-none-any.whl file into the local tree.Ī different example is the git annex importfeed, documented as "Imports the contents of podcast feeds into the annex.".


Instead, the git-annex command will keep track of files based on checksums, and allow most standard git operations without having to set up a LFS server, or to destroy your git tree. git-annex: Track files without versioning their contentįor non-LFS git projects, there is a way to manage heavy files without pulling them into the git tree. Here, I will outline a few nifty commands and modules that are, in my humble opinion, pretty worth checking out, even if you won't end up using them. The most common feedback I received from it was to try to introduce some more "less-known" git features, and this led me to write this article. A while ago, I wrote an article about barebones git hosting in which I showcased the built-in git templating feature as a side note.
