Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ git-diff-view Public archive

INNOGLOBALHACK — "Dynamic git diff Web View" (backend)

License

Notifications You must be signed in to change notification settings

evermake/git-diff-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Git-diff server

Requirements

  • Go >= 1.21.1
  • Git >= 2.38

Quick start

Make sure you have Go version at least 1.21. You can check it by running

go version
# go version go1.21.1 darwin/arm64

Clone the repo and start the server (on port 7777 by default with repo in the current working directory)

git clone https://github.com/evermake/git-diff-view.git
go run ./cmd/app
# Now you can connect your client 🏆

Usage

Usage of git-diff-server:
  -port string
    	port to listen on (default "7777")
  -repo string
    	path to the git repository (default is the current directory)

Contributors

Ordered by impact of their contribution:

  1. Vadim Z. (metafates)
  2. Albert A. (TatarinAlba)
  3. Vladislav D. (evermake)
  4. Andrey S. (5ur3)
  5. Andrey P. (majorro)