Git: Difference between revisions

imported>IgorM
m Fixed syntax highlighting
imported>Zaporter
m Add explicit instructions for the common use case of enabling git lfs
Line 40: Line 40:
</syntaxhighlight>
</syntaxhighlight>


Git [https://git-lfs.com/ LFS] can be enabled with:
<syntaxhighlight lang="nix">
  programs.git = {
    enable = true;
    lfs.enable = true;
  };
</syntaxhighlight>
Configure git-credential-helper with libsecret:
Configure git-credential-helper with libsecret: