Difference between revisions of "Beginner C++ Game Programming Tutorial 15"

From Chilipedia
Jump to: navigation, search
(Git Skills Taught)
(Video Timestamp Index)
Line 11: Line 11:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/KTyemy82Zqk Tutorial 15]
+
[https://youtu.be/yGwKHbqQ9So Tutorial 15]
  
 
== Homework ==
 
== Homework ==

Revision as of 23:57, 11 December 2016

In this video we learn how to use Git source control so that we can suck less at programming.

Git Skills Taught

  • How to clone a repo from GitHub
  • How to browse the commit (change) history
  • How to create a branch at a specific commit point and changing branches
  • How to commit changes to a branch
  • How to add a solution to source control
  • How to create a repo on GitHub and connect a local repo to it
  • How to connect a local repo to a GitHub repo you own when the local is already connected to a remote you don't own (because you cloned from that remote originally, etc.)

Video Timestamp Index

Tutorial 15

Homework

The homework is to find, acquire, build, and run the software shown at the end of the tutorial video.

The solution video is coming soon.

Links

Note, you don't need to clone from the Reductor repo like I do in the video (I do that to demonstrate a situation where you don't own the origin repo). You can just use a clone from one of my repos (since you don't have permissions on my repos).

See also