Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

githubtraining/plumbing-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Building a Git Repository Using Plumbing Commands

What This Session is About

You've made commits with 'git add' and 'git commit', but have you ever wondered what is actually happening when you run these commands? Git commands come in two flavors, porcelain commands like 'git add' and plumbing commands like 'git update-index'. In this session, you will learn how to amaze your friends using only Git plumbing commands to handle common tasks in Git.

Table of Contents

Getting Started

This class will be 100% command line! You will need:

  • Git installed locally Get it

Cheat Sheets

The cheat sheets for each activity are linked here:

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published