Making Git changes on Production Server

My install has the original Git config:

core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/librenms/librenms.git
remote.origin.fetch=+refs/heads/:refs/remotes/origin/
[email protected]:librenms/librenms.git
branch.master.remote=origin
branch.master.merge=refs/heads/master
remote.composer.url=https://github.com/librenms/librenms.git
remote.composer.fetch=+refs/heads/:refs/remotes/composer/
branch.php71-python2.remote=origin
branch.php71-python2.merge=refs/heads/php71-python2

I have created a librenms fork on Github… https://github.com/username/librenms.git

What should I do to be able to make changes there and pull them onto the production server?

Or… is it more common to create a fork in github and then install LibreNMS on a development server by cloning from that fork?

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.