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 (update)

Horizontales
The git __ command tells you who did what and when for a particular file
The _____ HEAD state is what happens when you check out a commit
The output of the git log --grep command is displayed using this
To find the commit where a bug was introduced, search commits with the git ___ command
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
Use the “pickaxe” to find out when a piece of text was added or ____
Trinity’s business partner
Verticales
There are a few different ways to ___ for a piece of text in a repository
To get a snapshot of your file at the time of a commit, ___ ___ that commit (2 words)
Trinity and Armstrong’s initial files track appetizers, dinner, and _____
-S and -G are sometimes called Git’s ___ search options
Using this flag with the git log command will combine your commit graph with diffs
Like flags, you can supply these to lots of Git commands
One of our favorite flags to use with the git log command for concise output
A very efficient type of search algorithm
Using this flag with the git log command lets you search commit messages