GithubHelp home page GithubHelp logo

2023chargedup's Introduction

How to work in your own branch and push changes for review

Working on your local machine

  • Create your own branch using git checkout -b <your_branch_name>
  • Working in your branch
    • Switch to your branch using git checkout <your_branch_name>
    • Edit the code
    • Make sure you have unit tests and have tested the code
    • Check all changes you made using git status; Changes are shown in red
    • Stage all your changes using git add . for all files in the current directory or git add <file_name> to add one file
    • Check that all changes are staged using git status; Staged files are shown in green
    • Commit your changes using git commit -m "explain what you did here"
  • Push your branch to remote/origin
    • Run git push. If it displays a command to push new branch, copy the command and run it.

Check your branch and create a pull request

  • Go to Github and review the changes before submitting a pull request to merge your branch
  • After submitting your pull request, ask a teammate to review the changes for you.
  • After you receive approval, merge.

Reference

FIRST Robotics Competition Control System WPIlib

2023chargedup's People

Contributors

inkitori avatar justinjiangnext avatar stormy-petrel avatar creonalia avatar xdangerousdinox avatar il798li avatar

Stargazers

 avatar

Watchers

 avatar Jason Onoda avatar

2023chargedup's Issues

sim

implement navx for sim instead of ADXRS450_Gyro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.