Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 679 Bytes

BRIGHT.md

File metadata and controls

22 lines (17 loc) · 679 Bytes

How to update this repo

Add the offical repo as a remote git remote add BulletTrainHQ [email protected]:BulletTrainHQ/bullet-train-frontend.git Your remotes should now look like this:

git remote -v 
BulletTrainHQ	[email protected]:BulletTrainHQ/bullet-train-api.git (fetch)
BulletTrainHQ	[email protected]:BulletTrainHQ/bullet-train-api.git (push)
origin  [email protected]:brightinteractive/bullet-train-api.git (fetch)
origin  [email protected]:brightinteractive/bullet-train-api.git (push)

Fetch the latest changes git fetch BulletTrainHQ

Rebase our tweaks on top of the latest changes, fixing any conflicts git rebase BulletTrainHQ/master

Push your changes git push -f