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

Horizontales
Trinity and Armstrong’s initial files track appetizers, dinner, and _____
Using this flag with the git log command will combine your commit graph with diffs
When HEAD points to a commit that isn’t on a branch, we call it this
Like flags, you can supply these to lots of Git commands
Only the coolest people refer to regular expressions with this abbreviated name
A very efficient type of search algorithm
When capital letters don’t matter to your search, use this flag with the git grep command (2 words
The git __ command tells you who did what and when
Using this flag with the git log command lets you search commit messages
Verticales
There are a few different ways to ___ for a piece of text in a repository
Trinity’s business partner
The output of the git log --grep command is displayed using this
One of our favorite flags to use with the git log command for concise results
Use the “pickaxe” to find out when a piece of text was added or ____
Using the -n flag with the git grep command will show __ numbers in the output
To get a snapshot of your file at the time of a commit, ___ ___ that commit (2 words)
To find the commit where a when a bug was introduced, search commit messages with the git ___ command
Using this flag with the git diff command lets you see what changed within a line (2 words)
-S and -G are sometimes called Git’s ___ search options