git-lfs-transfer

command module
v0.0.0-...-87689ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2023 License: MIT Imports: 3 Imported by: 0

README

git-lfs-transfer

git-lfs-transfer is the server-side implementation of Git LFS using the SSH protocol.

git-lfs-transfer <git-dir> <operation>

Invoked by Git LFS client and updates the repository with the blob files from the remote end.

The command is usually not invoked directly by the end user. The UI for the GIT LFS SSH protocol is on the client side, and the program pair is meant to be used to push/pull updates to remote repository.

Getting Started

Installing
From release
  • Download the latest version from releases
  • On Linux copy the bin/git-lfs-transfer binary to usr/local/bin
From source
  • Ensure you have the latest version of Go, SSH server and Git installed.
  • Clone the repository
  • Run make build
  • On Linux copy the bin/git-lfs-transfer binary to usr/local/bin

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL