Lubinik Learning

Training mode

Git & Safe Development Workflow

Time remaining:

0 / 20 answered

  1. 1. What is Git?

    What is Git?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  2. 2. What is a Git repository?

    What is a Git repository?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  3. 3. What is the Git working tree?

    What is the Git working tree?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  4. 4. What does git status show?

    What does git status show?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  5. 5. What does git diff normally help inspect?

    What does git diff normally help inspect?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  6. 6. What is the staging area?

    What is the staging area?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  7. 7. What does git add do?

    What does git add do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  8. 8. What is a Git commit?

    What is a Git commit?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  9. 9. What makes a useful commit message?

    What makes a useful commit message?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  10. 10. What is a Git branch?

    What is a Git branch?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  11. 11. What does git switch primarily do?

    What does git switch primarily do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  12. 12. What does a Git merge do?

    What does a Git merge do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  13. 13. What is a merge conflict?

    What is a merge conflict?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  14. 14. What is a Git remote?

    What is a Git remote?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  15. 15. What does git fetch do?

    What does git fetch do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  16. 16. What does git pull normally combine?

    What does git pull normally combine?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  17. 17. What does git push do?

    What does git push do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  18. 18. What is .gitignore used for?

    What is .gitignore used for?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  19. 19. Should API keys or production passwords be committed to Git?

    Should API keys or production passwords be committed to Git?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  20. 20. Why is Git not a complete substitute for database and media backups?

    Why is Git not a complete substitute for database and media backups?
    Hint

    Focus on what crosses the client/server or local/remote boundary.