Skip to content

taisukef/deno-git-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-git-server

A configurable git server written in Deno

install

  1. Install Git and Deno
  2. Type this in your console
deno run -A https://taisukef.github.io/deno-git-server/GitServer.js

runs on localhost:7005

usage

make some dir

git init

commit some file

touch a.txt
git add .
git commit -m test

push to deno-git-server

git remote add origin http://localhost:7005/test
git push --set-upstream origin master

or

git push http://localhost:7005/test master

links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published