Skip to content

Autogit allows changes that are made in the repository to get pulled to your computer in real time by using the GitHub's REST Api.

License

Notifications You must be signed in to change notification settings

ReXulEc/autogit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit

 

AutoGit

Autogit allows changes that are made in the repository to get pulled to your computer in real time by using the GitHub's Webhook.

Github top language Github language count Repository size License

✅ Requirements

Before starting 🏁, you need to have Git, Node and Ngrok installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/rexulec/autogit.git

# Access
$ cd autogit

# Install dependencies
$ npm i
# or
$ yarn

# Run the project
$ yarn start
# or
$ npm run start

# Dont forget to change .env
# The server will initialize in the <http://localhost:3000>

If you have a domain, you can connect this port to your domain. If you dont have a domain or you want to test locally, you need to use Ngrok.

# Start your ngrok server

$ ngrok http 3000 --region us 
# If github giving you an error, you need to change your region.

🏁 Connecting to GitHub

burayı yazarım suan usendım

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by rexulec

 

About

Autogit allows changes that are made in the repository to get pulled to your computer in real time by using the GitHub's REST Api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published