https://github.com/tutv/gitk
Sync with a remote Git repository
https://github.com/tutv/gitk
bitbucket git github nodejs sync webhook
Last synced: 2 months ago
JSON representation
Sync with a remote Git repository
- Host: GitHub
- URL: https://github.com/tutv/gitk
- Owner: tutv
- Created: 2016-05-07T07:24:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T07:36:29.000Z (over 9 years ago)
- Last Synced: 2025-03-29T20:45:25.089Z (about 1 year ago)
- Topics: bitbucket, git, github, nodejs, sync, webhook
- Language: JavaScript
- Homepage: http://blogk.xyz
- Size: 386 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitK []() [](https://github.com/tutv95/gitk/network) []()
Sync project from remote git server to local server
# Installation
```
git clone https://github.com/tutv95/gitk.git
```
- Config app: Copy file `.env.example` to '.env'
```
HOST_PORT=2369
```
- Install dependency packages and run app.
```
npm start
```
- Open browser: your-domain.com:HOST_PORT (e.g: http://gitk.com:2369)
- Add project to app.

- Go to settings webhook of repository and add new webhook:
