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?