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 7 Crossword 12.16.21

Horizontales
-S and -G are sometimes called Git’s ___ search options
Using this flag with the git log command lets you search commit messages
The git __ command tells you who did what and when for a particular file
When capital letters don’t matter to your search, use this flag with the git grep command (2 words
Using the -n flag with the git grep command will show __ numbers in the output
Trinity’s business partner
To find the commit where a bug was introduced, search commits with the git ___ command
Verticales
A very efficient type of search algorithm
One of our favorite flags to use with the git log command for concise output
Trinity and Armstrong’s initial files track appetizers, dinner, and _____
To get a snapshot of your file at the time of a commit, ___ ___ that commit (2 words)
The output of the git log --grep command is displayed using this
Like flags, you can supply these to lots of Git commands
The ___ brown fox jumps over the lazy dog
The _____ HEAD state is what happens when you check out a commit
There are a few different ways to ___ for a piece of text in a repository
Using this flag with the git log command will combine your commit graph with diffs