Skip to content

ijsnow/gitup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

$ # If on Mac OS
$ brew install libgit2

Getting started

$ go get github.com/ijsnow/gitup
$ cd $GOPATH/src/github.com/ijsnow/gitup

API

$ cd api

Add a .env file such as this

PORT=8080
REPO_DIR=~/ws/tmp/git
DB_PATH=~/ws/tmp/gitup.db
$ go run main.go

CLI

$ cd cli
$ go build gitup.go
$ ./gitup help

About

Self hosting git repos made easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published