-
-
Notifications
You must be signed in to change notification settings - Fork 503
Clean up your fork
Jeffrey Davidsz edited this page Apr 25, 2022
·
2 revisions
When you messed up a fork ;-) you can reset this with the following lines (replace the link when you have a different fork)
git remote add upstream https://github.com/bitfocus/companion.git
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master --force
Getting Started
- Home
- Installation
- Getting Started Beginners Guide
- Companion on the Raspberry Pi
- Build for Another Device (Distributable Linux Build)
- X Keys support
- How to use a module that is not included in Companion build
Development
- Setting up Developer Environment
- How to move to a fork after cloning
- Module Development for 3.0
- Satellite API
- Versioning
More Information
Maintainer Docs