gibbering about git - managing your source code made easy

Post on 15-Apr-2017

39 Views

Category:

Software

3 Downloads

Preview:

Click to see full reader

TRANSCRIPT

CREATING VALUE BY SHARING KNOWLEDGE

Gibbering about git

Madeleine Schönemann | @madesch

managing your source code made easy

Agenda

Madeleine Schönemann | @madesch

• What is git• How does git work• Usage of git• Resources to learn more about git

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

What is git?

Madeleine Schönemann | @madesch

MadeleineSchönemann|@madesch

Global Information Tracker

MadeleineSchönemann|@madesch

Goddamn Idiotic Truckload of sh*t

The git model

Madeleine Schönemann | @madesch

Madeleine Schönemann | @madesch

• $git add• $git commit• $git push• $git branch• $git merge• $git rebase• $git pull• $git init

Terminology

Madeleine Schönemann | @madesch

Under the hood

Workflow

Madeleine Schönemann | @madesch

Madeleine Schönemann | @madesch

MadeleineSchönemann|@madesch

Madeleine Schönemann | @madesch

Madeleine Schönemann | @madesch

• https://git-scm.com/

• https://www.codeschool.com/courses/try-git

• https://app.pluralsight.com/library/courses/git-advanced-tips-tricks

• https://illustrated-git.readthedocs.io

Resources to learn more about git

CREATING VALUE BY SHARING KNOWLEDGE

Thank you!Madeleine Schönemann | @madesch

top related