How can I get the git repo on my server to automatically sync with changes
to the github repo?
I have a github repo which I've cloned onto an ubuntu server and I can
push, pull and commit no problem. I was wondering if there's an easy way
to have it that when updates are pushed to the github repo my server repo
will be notified and pull the changes, since as of right now I have to log
in to the server and pull manually.
I know I could set up a git repo on my server and push directly to it, but
my team and I would much rather use github for issue tracking and other
github related features.
Any help would be much appreciated.
No comments:
Post a Comment