Skip to content
/ tgit Public

tiny git tool capable of cloning repositories ( https://github.com prefix only for now )

License

Notifications You must be signed in to change notification settings

aerth/tgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgit (tiny git)

abilities:

  • can be static linked
  • easy to compile (Go)
  • easy to install (Binary Releases)
  • can be symlinked as git for go get

current commands

  • clone (https only)

for when you cant use git because of:

  • no c compiler
  • various other reasons

minimal dependencies:

in a nutshell, your tar needs to be able to understand the following tar magic:

tar -v -C [tempdir] -x -z -f [downloaded-tarball]

and your mv should work

mv [directory] [destination]

About

tiny git tool capable of cloning repositories ( https://github.com prefix only for now )

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages