NoHomey / git-talks

Plan for describing what git and github are and how to use them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-talks

Plan for describing what git and github are and how to use them

  1. Introduction
  2. Story of git
  3. What is "version control", and why should you care?

Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples we will use software source code as the files being version controlled, though in reality you can do this with nearly any type of file on a computer.

  1. Github

  2. browsing some open projects on github

  1. Using github
  • Creating repository
  • adding files
  • making changes
  • browsing the commits history
  • versions (sem. versioning)
  • changelog
  • pull requests
  • issues
  1. git commands
  1. using git directly from IDEs

About

Plan for describing what git and github are and how to use them

License:MIT License


Languages

Language:C++ 100.0%