1.
Git and Github
1.1.
Basics
1.2.
Configuration
1.3.
Initialization
1.4.
Commits
1.5.
Branches and Merges
1.6.
Remote (pull, fetch, rebase, push)
1.7.
Usefull Commands (by GitHub)
1.8.
Open Questions)
Light
(default)
Rust
Coal
Navy
Ayu
git
Git and Github
Git
distributed version-control system for tracking changes in source code during software development
works for any text-based files
can be accessed via commandline (git bash) or graphical interface (git GUI)
Github
a web-based service for version control with git
has a GUI for ease of use
including features like "issues", that are independant of git
alternative Plattforms:
GitLab
: allows also private repositories in free plan
BitBucket
: another competitor