Skip to content

ijsnow/gitup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a1b9ae · Apr 14, 2017

History

13 Commits
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Apr 13, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017

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