SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
SWA Software Architecture - CSM
Start Test
Study First
Subjects
:
certifications
,
swa
,
it-skills
Instructions:
Answer 23 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Makes a copy of your repository.
Clone
Pull
Remove
Push
2. Downloads without merging.
Ignore
Branch
Tag
Fetch
3. Creates a copy of your current branch into a remote branch.
Track
Revert
Export
Add
4. The default nickname for the remote repository.
Stash
Branch
Origin
Tag
5. When GIT cannot merge your data.
Edit Conflict
Cherry Pick
Stash
Export
6. Copies all changes from one branch into another branch.
Checkout
Merge
Pull
Ignore
7. Adds files to the repository.
Cherry Pick
Tag
Remove
Add
8. Undo changes made since your last commit.
Clone
Index
Revert
Origin
9. Allows you to switch your working copy to another branch.
Revert
Stash
Track
Checkout
10. Views all previous changes.
Ignore
Show Log
Track
Resolved
11. Default branch within your repository.
Master
Pull
Revert
Fetch
12. Connection between a local brand and a remote branch.
Track
Branch
Cherry Pick
Merge
13. Ignores files when pushing.
Commit
Ignore
Tag
Clone
14. When a conflict is fixed.
Resolved
Pull
Remove
Index
15. Portioning your changes to commit by inserting them into the index.
Cherry Pick
Edit Conflict
Commit
Fetch
16. Creates a spin-off of a repository for concurrent development.
Fetch
Master
Branch
Cherry Pick
17. Set of all pending changes.
Index
Ignore
Commit
Checkout
18. Bookmark of a revised set with a title. For easy checkouts.
Export
Origin
Remove
Tag
19. Takes information in the index and pushes it onto the stack.
Stash
Pull
Push
Add
20. Uploads all changes staged in the index list into the repository database.
Index
Remove
Edit Conflict
Commit
21. Downloads your changes and then merges.
Clone
Push
Pull
Remove
22. Uploads changes to your current branch.
Track
Fetch
Add
Push
23. Removes files from the repository.
Add
Remove
Ignore
Index