Skip to content

Commit

Permalink
added Q87. What information does the git config file store? (Ebazhano…
Browse files Browse the repository at this point in the history
  • Loading branch information
frexcuadillera authored Dec 2, 2020
1 parent 6ac1e7b commit 848f184
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,3 +731,16 @@ Which of the following options is correct ?
- [ ] 1. Master 2. Release 3. Hotfix 4. Feature 5. Develop
- [ ] 1. Develop 2. Master 3. Hotfix 4. Feature 5. Develop
- [x] 1. Master 2. Hotfix 3. Develop 4. Feature 5. Release

#### Q87. What information does the git config file store?

- [ ] shell scripts and flags
- [ ] keychain and account information
- [x] local and global repository options
- [ ] pre-compile scripts and settings

<details><summary>Explanation</summary><p>

[Reference](https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config#:~:text=The%20git%20config%20command%20is,modify%20a%20configuration%20text%20file.)

</p></details>

0 comments on commit 848f184

Please sign in to comment.