My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Head First Git, Chapter 1

Horizontales
What this book is all about
Git stores your commit message and other data in a commit ____.
Command to list files
Marge is teaching her how to use Git
Where Git stores your files
Use a hyphen (or two) when you add it to a command
Command that tells Git to start tracking your file (2 words)
This is where your changes show up when you add them to Git.
If Git isn’t watching it, your file is ____.
Verticales
To get started, initialize a repository with the git ___ command.
Take a “snapshot” of your work using the git ____ command.
Git is a ____ control system.
Every dog’s favorite dating app
Some commands need you to supply these
You can work with Git from the ____ line.
Use the git ____ command to find out what’s going on.
Terminal command to make a directory
Use this to find out where you are in the terminal