Beginner C++ Game Programming Tutorial 15

From Chilipedia
Revision as of 23:42, 11 December 2016 by Chili (Talk | contribs) (Created page with "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 co...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 repo to your GitHub repo when it is already connected to a remote (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