You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/github/github-enterprise-server-developer-fundamentals/6-knowledge-check.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ quiz:
15
15
questions:
16
16
- content: "What is a defining characteristic of GitHub Enterprise Server (GHES)?"
17
17
choices:
18
-
- content: "It is a fully managed Software as a Service (SaaS) platform hosted by GitHub."
18
+
- content: "It's a fully managed Software as a Service (SaaS) platform hosted by GitHub."
19
19
isCorrect: false
20
-
explanation: "Incorrect. GitHub Enterprise Server is not a SaaS platform hosted by GitHub."
20
+
explanation: "Incorrect. GitHub Enterprise Server isn't an SaaS platform hosted by GitHub."
21
21
- content: "It automatically updates with new features as soon as they are released."
22
22
isCorrect: false
23
-
explanation: "Incorrect. GitHub Enterprise Server follows a scheduled release cycle and does not update automatically with every new feature."
24
-
- content: "It is self-hosted and managed by the customer."
23
+
explanation: "Incorrect. GitHub Enterprise Server follows a scheduled release cycle and doesn't update automatically with every new feature."
24
+
- content: "It's self-hosted and managed by the customer."
25
25
isCorrect: true
26
26
explanation: "Correct. GitHub Enterprise Server is deployed on infrastructure owned and managed by the customer, providing full control over data and operations."
27
27
- content: "It only supports public repositories."
@@ -35,23 +35,23 @@ quiz:
35
35
- content: "GHES follows a quarterly release cadence."
36
36
isCorrect: true
37
37
explanation: "Correct. GitHub Enterprise Server uses a structured quarterly release cycle to ensure stability for self-managed environments."
38
-
- content: "GHES does not support modern development workflows."
38
+
- content: "GHES doesn't support modern development workflows."
39
39
isCorrect: false
40
40
explanation: "Incorrect. GitHub Enterprise Server supports modern development workflows."
41
41
- content: "GHES updates are controlled by individual developers."
42
42
isCorrect: false
43
43
explanation: "Incorrect. Updates are managed through official enterprise releases."
44
-
- content: "Which GitHub feature is not supported on GitHub Enterprise Server?"
Copy file name to clipboardExpand all lines: learn-pr/github/github-enterprise-server-developer-fundamentals/includes/4-github-enterprise-server-developer-experience.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ From a user interface perspective, GHES looks familiar. However, the developer e
16
16
17
17
- Your organization is responsible for provisioning, scaling, patching, and maintaining these runners.
18
18
19
-
- If runners are offline or outdated, workflows will fail-no automatic fallback.
19
+
- If runners are offline or outdated, workflows will fail-no automatic fall back.
20
20
21
21
- Network restrictions are common; proxies or mirrors may be needed for external access.
22
22
@@ -26,17 +26,17 @@ From a user interface perspective, GHES looks familiar. However, the developer e
26
26
27
27
- GitHub Packages (npm, Docker, etc.) are available and hosted internally in GHES.
28
28
29
-
- Advanced Security features (e.g. code scanning, secret scanning) are supported with proper licensing.
29
+
- Advanced Security features (for example, code scanning, secret scanning) are supported with proper licensing.
30
30
31
31
- These features often require manual setup-such as installing scanning engines or enabling secret detection-though from a developer perspective, the enablement process is no different than on GitHub Enterprise Cloud (GHEC).
32
32
33
33
- Many capabilities are disabled by default and depend on coordination with your DevOps or platform teams.
34
34
35
35
### Unsupported or limited features
36
36
37
-
- GitHub Codespaces is not supported as of GHES 3.19.
37
+
- GitHub Codespaces isn't supported as of GHES 3.19.
38
38
39
-
- GitHub Copilot is not supported on GHES. Copilot can be used as a standalone feature within supported IDEs, but Copilot features are not available on the GHES web interface, and functionality may be further limited in environments with restricted internet access.
39
+
- GitHub Copilot isn't supported on GHES. Copilot can be used as a standalone feature within supported IDEs, but Copilot features aren't available on the GHES web interface, and functionality may be further limited in environments with restricted internet access.
40
40
41
41
- Accessing the library of public GitHub Actions directly from GitHub.com requires GitHub Connect. Without it, Actions must be manually synced to your local instance.
42
42
@@ -46,6 +46,6 @@ From a user interface perspective, GHES looks familiar. However, the developer e
46
46
47
47
Developers should verify availability before relying on cloud-first workflows.
48
48
49
-
Key takeaway: The GHES developer experience is shaped by self-managed infrastructure-automation, integrations, and even “available features” can depend on what is deployed, licensed, and enabled in your environment.
49
+
Key takeaway: The GHES developer experience is shaped by self-managed infrastructure-automation, integrations, and even "available features" can depend on what is deployed, licensed, and enabled in your environment.
50
50
51
51
Now that you've seen how GHES can differ in everyday development workflows, the next unit introduces GitHub Connect and hybrid scenarios that can extend GHES with selected GitHub.com capabilities.
0 commit comments