Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/Git


Ignore:
Timestamp:
Nov 4, 2019, 4:32:20 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/Git

    v4 v5  
    1313Example 1:
    14141. Go to: https://github.com/Team2537
    15 2. Navigate to RookiesTest
     152. Navigate to !RookiesTest
    16163. Click the clone or download green button and copy the URL
    17174. Open up FRC VS Code
     
    21218. A tab will appear at the bottom right of the screen. Press "Open Repository"
    2222
    23 You have just cloned your first repository! By using VSC and the GitHub website, you've made a copy of the code on the website.
     23You have just cloned your first repository! By using VSC and the !GitHub website, you've made a copy of the code on the website.
    2424
    2525Team Development Commands
     
    36362. Click the plus sign at the top left of the page
    37373. Click new repository
    38 4. Name the Repository HelloWorld
     384. Name the Repository !HelloWorld
    39395. Ignore the Description
    40406. Leave it on the public button
     
    6666
    6767Other terminology:
    68 - Branches - when you want to focus on different assets in the code, it may be best to create a branch. This way, you won't have to deal with merge conflicts and can commit your changes freely. For example, often in our robot code, we will have a branch devoted to Arm mechanism or Autonomous version. Check the SpaceBase Repository on https://github.com/Team2537/Spacebase and click on the left-most white button "Branch: Main". Explore the other branches what differences or similarities do you see?
     68- Branches - when you want to focus on different assets in the code, it may be best to create a branch. This way, you won't have to deal with merge conflicts and can commit your changes freely. For example, often in our robot code, we will have a branch devoted to Arm mechanism or Autonomous version. Check the !SpaceBase Repository on https://github.com/Team2537/Spacebase and click on the left-most white button "Branch: Main". Explore the other branches what differences or similarities do you see?
    6969
    7070