Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/Git
- Timestamp:
- Nov 4, 2019, 4:32:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/Git
v4 v5 13 13 Example 1: 14 14 1. Go to: https://github.com/Team2537 15 2. Navigate to RookiesTest15 2. Navigate to !RookiesTest 16 16 3. Click the clone or download green button and copy the URL 17 17 4. Open up FRC VS Code … … 21 21 8. A tab will appear at the bottom right of the screen. Press "Open Repository" 22 22 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.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. 24 24 25 25 Team Development Commands … … 36 36 2. Click the plus sign at the top left of the page 37 37 3. Click new repository 38 4. Name the Repository HelloWorld38 4. Name the Repository !HelloWorld 39 39 5. Ignore the Description 40 40 6. Leave it on the public button … … 66 66 67 67 Other 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? 69 69 70 70