Skip to content
@energicamotor

Energica Motor Company

 

 

 

List of commands

  • Download a repository
    • git clone <repository url> --recursive
  • Update a local a repository
    • git fetch
  • Pull all fetched changed to the local repository
    • git pull
  • List all the branches of the repository
    • git branch
  • Create a new branch
    • git branch <branch name>
  • Delete a new branch
    • git branch -d <branch name>
  • Switch the branch that you are currently working on
    • git checkout <branch name>
  • Add a submodule in an existing repository
    • git submodule add <repository url> <folder name>

Popular repositories

  1. stm32-lib-iso15765 stm32-lib-iso15765 Public

    Forked from devcoons/iso15765-canbus

    Implementation of ISO15765-2 in C

    C 1 2

  2. pcan-manager pcan-manager Public

    PeakCAN USB device helper class for C#

    C# 1 1

  3. stlink-manager stlink-manager Public

    Forked from devcoons/stlink-manager

    C#

  4. stm32-definitions stm32-definitions Public

    Forked from devcoons/stm32-definitions

    STM32 Basic Definitions and Framework Library

    C

  5. stm32-lib-crypto stm32-lib-crypto Public

    Forked from devcoons/stm32-lib-crypto

    C

  6. stm32-lib-iqueue stm32-lib-iqueue Public

    Forked from devcoons/stm32-lib-iqueue

    C

Repositories

Showing 10 of 10 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…