Meeting Notes

Git is arguably the most popular version control system and the ability to wield it confidently is a universally valuable skill to have for software developers across domains.

George will be giving basic and advanced Git usage techniques including demonstrations with basic Git CLI, GitKraken, and Github. If you care to follow along these are some things you may want to install prior to attending:

Talk Details

George presented us with some really awesome basic git commands and their usages:

George also exposed us to some advanced git commands:

After walking us all through the traditional git techniques over command line, George demonstrated how all of these things could be done in GitKraken. GitKraken is a GUI Git client that allows you to visualize branches, merging, and rebasing. It also has handy methods for committing and amending messages.