Slide 1

Slide 1 text

Confidential │ ©2020 VMware, Inc. Practical Git Git For Everyone Michael Gasch Staff Engineer VMware Office of the CTO @embano1 www.mgasch.com July 2020

Slide 2

Slide 2 text

Confidential │ ©2020 VMware, Inc. @embano1 Agenda 2 Part 1 – Git…what? Part 2 – Github Actions Resources Useful Tools for your Git Toolbelt Demo Time Resources Demo Time

Slide 3

Slide 3 text

3 Confidential │ ©2020 VMware, Inc. Git…what?

Slide 4

Slide 4 text

Confidential │ ©2020 VMware, Inc. @embano1 4

Slide 5

Slide 5 text

Confidential │ ©2020 VMware, Inc. @embano1 5 Git shouldn’t be that hard! @xkcdComic

Slide 6

Slide 6 text

Confidential │ ©2020 VMware, Inc. @embano1 6 “Git is for Developers!”

Slide 7

Slide 7 text

Confidential │ ©2020 VMware, Inc. @embano1 7 “Git is for Developers!” Everyone

Slide 8

Slide 8 text

Confidential │ ©2020 VMware, Inc. @embano1 8 What you want… …is what you Git J Snapshots (“I want unlimited UNDO”) Commits and Tags (History) Documentation (“Why the heck did I do that?”) Commit Messages Virtual Folders/Files/Environments Branches Backup Remotes Share Files Remotes Mapping Routine Tasks to Git Concepts Git Benefits for Everyone Scripts Configuration Files (TF, Kubernetes, etc.) Dotfiles Documentation (READMEs, etc.)

Slide 9

Slide 9 text

Confidential │ ©2020 VMware, Inc. @embano1 9 https://git-scm.com/book/en/v2 https://thoughtbot.com/upcase/mastering-git Git Resources

Slide 10

Slide 10 text

Confidential │ ©2020 VMware, Inc. @embano1 10 https://guides.github.com/ http://ndpsoftware.com/git-cheatsheet.html#loc=stash; https://dev.to/citizen428/10-common-git-problems-and-how-to-fix-them-234o http://sethrobertson.github.io/GitFixUm/fixup.html https://www.git-tower.com/blog/git-cheat-sheet/ Of course, there’s more Git Resources

Slide 11

Slide 11 text

Confidential │ ©2020 VMware, Inc. @embano1 11 Your Terminal of choice https://code.visualstudio.com/ https://github.com/ohmyzsh/ohmyzsh https://github.com/so-fancy/diff-so-fancy https://www.gitkraken.com/ VS Code Extensions • Git Lense|Blame|Graph • Markdown Preview Github • Github Theme • Github Pull Requests Useful Tools for your Git Toolbelt

Slide 12

Slide 12 text

Confidential │ ©2020 VMware, Inc. @embano1 12 “Show me the Money!” Demo Time!

Slide 13

Slide 13 text

13 Confidential │ ©2020 VMware, Inc. Github Actions

Slide 14

Slide 14 text

Confidential │ ©2020 VMware, Inc. @embano1 14 A Workflow Engine for Everyone

Slide 15

Slide 15 text

Confidential │ ©2020 VMware, Inc. @embano1 15 https://docs.github.com/en/actions/getting-started-with-github-actions/about-github- actions https://docs.github.com/en/actions/getting-started-with-github-actions/overview https://docs.github.com/en/actions/language-and-framework-guides/publishing-docker- images https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions Github Actions Resources

Slide 16

Slide 16 text

Confidential │ ©2020 VMware, Inc. @embano1 16 https://docs.github.com/en/actions/reference/events-that-trigger-workflows https://docs.github.com/en/developers/webhooks-and-events/github-event-types https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github- actions https://docs.github.com/en/actions/reference/software-installed-on-github-hosted- runners https://www.edwardthomson.com/blog/github_actions_advent_calendar.html Github Actions Resources

Slide 17

Slide 17 text

Confidential │ ©2020 VMware, Inc. @embano1 17 https://github.com/nektos/act https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions https://marketplace.visualstudio.com/items?itemName=me-dutour-mathieu.vscode- github-actions Useful Tools for your Actions Toolbelt

Slide 18

Slide 18 text

Confidential │ ©2020 VMware, Inc. @embano1 18 “Show me more Money!” It’s Demo Time again!

Slide 19

Slide 19 text

Confidential │ ©2020 VMware, Inc. Thank You @embano1 www.mgasch.com