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 8

Horizontales
Command to create a new file from the command line
It’s best to set your aliases to be the same for every repository, using this flag with the git config command
You can only ignore this type of file
The alias we gave “log --oneline --graph --all”
Write your commit message headers in this commanding grammatical mood
When using open-source software, be sure to read this
Git’s nickname for a shortcut that lets you type complex commands quickly
Commit early, commit ____
You can rename branches by using this flag with the git branch command
You can tell Git to ___ files you don’t want it to track
Verticales
Use this flag with the git config command to store certain settings in one specific repository.
If you have a ___ number, include it at the end of your commit message header
Google project that inspired many people to use structured commit messages
___ User Interface tools
Use this flag with the git config command to remove an entry from your .gitignore file
Your configuration includes (key, ____) pairs
In alias.loga, “alias” is the section and “loga” is the ___
This part of the commit message operates like the subject line in an email
When deciding how and when to commit, consider ___, not size
The git ___ command lets you personalize Git
We recommend prefixing your commit messages with the commit ___
Some commit messages include this after the header