8000 GitHub - everything411/gitup: A minimalist, dependency-free FreeBSD program to clone/pull Git repositories.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

everything411/gitup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitup

A minimalist FreeBSD program to clone/pull Git repositories.

Intended for non-developers, gitup(1) synchronizes local repositories – without the complexities of the official Git client, git(1).

Requirements and compatibility

Minimalism:

For integrity of data and metadata:

  • if a working directory includes a .git subdirectory, a gitup command will not proceed
  • if a working directory is non-empty and lacks a .git subdirectory, git will not proceed.

Scope

gitup was originally designed to work with /usr/ports and /usr/src directories – for the ports and src 556B source code trees of the FreeBSD Project.

Other working directories, not necessarily related to FreeBSD, may be configured as described in gitup.conf(5).

About

A minimalist, dependency-free FreeBSD program to clone/pull Git repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.9%
  • Roff 9.6%
  • Makefile 0.5%
0