3460:480 F21 Git Commands

1234567891011121314
Across
  1. 3. Git command to list branches
  2. 5. Option to commit staged changes
  3. 6. Git option to list all branches, including known remotes
  4. 8. Git stash subcommand to restore the last stash
  5. 9. Git command to show the current status
  6. 11. Option to find the difference between the working copy and staged commits
  7. 13. Git command to allow you to squash commits (among other things)
  8. 14. Git command to compare two branches
Down
  1. 1. Git command to unstage a particular file
  2. 2. Git stash subcommand to stash just a particular file
  3. 4. Git command to get to start working on a branch
  4. 5. Option to change the commit message
  5. 6. Option to add particular lines or hunks of code
  6. 7. Git stash subcommand to show what you stashed
  7. 10. Git command to save local changes
  8. 11. Git option to Create a new branch to start working on
  9. 12. Git command to copy the named file contents to the staged commits