-
Notifications
You must be signed in to change notification settings - Fork 0
/
git_11_GitHubBitbucketOrCustomGitServer.yaml
31 lines (30 loc) · 1.45 KB
/
git_11_GitHubBitbucketOrCustomGitServer.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
categoryId: 8324 # CATEGORY NAME
name: GitHub and Bitbucket or a custom Git server
questions:
- description: What is GitHub?
choices:
- It is a hosting provider for Git repositories
- It is a cluster where all Git repositories are created by default
- It is the download page for Git
- It is the server where the custom Git server is running
hint:
explanation: GitHub provides hosting for publicly visible and private Git repositories. A public repository can be cloned by other people at any point in time.
correctChoice: 0
- description: What is Bitbucket?
choices:
- It is a cluster where all Git repositories are created by default
- It is the space in GitHub for a Git repositories
- It is a hosting provider for Git repositories
-
hint:
explanation: Bitbucket provides hosting for publicly visible and private Git repositories. A public repository can be cloned by other people at any point in time.
correctChoice: 2
- description: Is an own Git server necessary to use Git for remote repositories?
choices:
- No, it isn't.
- Yes, you need an own Git server
- Yes, a combination of an own Git server and a hosting provider like e.g. GitHub is recommended
-
hint:
explanation: You can just use a file system or a public Git provider, such as GitHub or Bitbucket. Sometimes, however, it is convenient to have your own server.
correctChoice: 0