Skip to content

CWRU Motorsports

Hi! Welcome to the CWRU Motorsports Github Organization. This readme serves as a guide to get started with a few things.

Git Configuration

On CWRU Motorsports, we entirely use SSH cloning for our repositories. This makes managing access to our repositories, tracking users, and keeping our private data private easy.

To get started with SSH cloning, we recommend you follow this guide.

In addition to this, we recommend that you reconfigure your git client to rebase instead of merging. We also recommend you prune on every fetch. You can do this with the following shell command on macOS or Linux:

$ git config --global pull.rebase true
$ git config --global fetch.prune true

Finally, don't forget to set your name and email address. We recommend using your name on your Google account or Discord, and the email address associated with your Github account. The commands to do this are as follows:

$ git config --global user.name "<firstname> <lastname>"
$ git config --global user.email "<github account email>"

Popular repositories Loading

  1. SimulatedAnnealingSuspensionOptimization SimulatedAnnealingSuspensionOptimization Public

    C++ Optimization of Double Wishbone Front Suspension Geometry

    C++ 1

  2. cwrubaja-dsdl cwrubaja-dsdl Public

    CWRU Baja's DSDL namespace

    1

  3. baja-db baja-db Public

    MATLAB-based database for analyzing Baja SAE results

    Jupyter Notebook

  4. cuda_cmm_cvt cuda_cmm_cvt Public

    Jupyter Notebook

  5. .github .github Public

Repositories

Showing 5 of 5 repositories
  • cwrubaja-dsdl Public

    CWRU Baja's DSDL namespace

    cwru-baja/cwrubaja-dsdl’s past year of commit activity
    1 0 2 0 Updated Apr 26, 2024
  • .github Public
    cwru-baja/.github’s past year of commit activity
    0 0 0 0 Updated Aug 26, 2023
  • cwru-baja/cuda_cmm_cvt’s past year of commit activity
    Jupyter Notebook 0 MIT 0 1 0 Updated Feb 25, 2023
  • SimulatedAnnealingSuspensionOptimization Public

    C++ Optimization of Double Wishbone Front Suspension Geometry

    cwru-baja/SimulatedAnnealingSuspensionOptimization’s past year of commit activity
    C++ 1 MIT 0 0 0 Updated Jan 1, 2023
  • baja-db Public

    MATLAB-based database for analyzing Baja SAE results

    cwru-baja/baja-db’s past year of commit activity
    Jupyter Notebook 0 MIT 0 2 0 Updated Sep 1, 2021

Top languages

Loading…

Most used topics

Loading…