My Crossword Maker Logo
Powered by BrightSprout
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Head First Git Chapter 7 Crossword

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