emu-sh / .oh-my-comma

The idea of a 'workbench for developers' - Shell utilities, tooling, and dotfiles for comma.ai's open-source self-driving car technology stack
http://www.emu.sh/.oh-my-comma/
Creative Commons Zero v1.0 Universal
124 stars 17 forks source link

Cannot switch to sshane's fork #57

Closed Namek closed 2 years ago

Namek commented 2 years ago

I wanted to checkout on the https://github.com/sshane/openpilot

root@localhost:/data/openpilot$ emu fork switch sshane -r sshane -b SA-release
Fork exists but wasn't in params, updating now...
Fetching sshane's fork, this may take a sec...
❌ The branch you specified does not exist!
Did you mean:
 - master

so this fails.

However, this:

root@localhost:/data/openpilot$ emu fork switch sshane -r sshane -b SA-master
Fetching sshane's latest changes...
Unknown branch, checking out most similar: master
New branch! Tracking and checking out sshane_master from sshane/master
Branch 'sshane_master' set up to track remote branch 'master' from 'sshane'.
Switched to a new branch 'sshane_master'

βœ… Successfully checked out sshane/master as sshane_master

checks out something from not sure where but it contains only the README.md file:

### Hi, I'm Shane πŸ”­

A few of my projects:
- fork of openpilot, called Stock Additions with a [couple of cool features](https://github.com/shanesmiskol/openpilot#highlight-features) πŸš—
- [Konverter](https://github.com/ShaneSmiskol/Konverter), a tool to konvert Keras models into Python files to inference on with just Python 🐍 and NumPy
- [A model to detect traffic lights](https://github.com/ShaneSmiskol/traffic-lights) 🚦 from a single image to display alerts in openpilot, along with a 27.6 GB database of traffic light images collected from users.
  - *Now deprecated mainly due to the optimizations that I didn't make that caused it to consume much too much CPU alongside openpilot. The database is still free to download*

@sshane

Namek commented 2 years ago

Oh, silly me, the repo param should be openpilot.

emu fork switch sshane -r openpilot -b SA-release