diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index 4aa2c962..973fb248 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -21,6 +21,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.head_ref || github.ref_name }} - name: Shallow clone visitor counter logic run: git clone --depth=1 https://github.com/brown9804/github-visitor-counter.git @@ -57,38 +58,23 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - - name: Commit and push changes (PR) - if: github.event_name == 'pull_request' + - name: Commit and merge changes env: - TOKEN: ${{ secrets.GITHUB_TOKEN }} + PR_BRANCH: ${{ github.head_ref || github.ref_name }} + GIT_AUTHOR_NAME: github-actions[bot] + GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com + GIT_COMMITTER_NAME: github-actions[bot] + GIT_COMMITTER_EMAIL: github-actions[bot]@users.noreply.github.com run: | - git fetch origin - git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }} - git add "*.md" metrics.json - git commit -m "Update visitor count" || echo "No changes to commit" - git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} - git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed" - git push origin HEAD:${{ github.event.pull_request.head.ref }} - - - name: Commit and push changes (non-PR) - if: github.event_name != 'pull_request' - env: - TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - git fetch origin - git checkout ${{ github.event.pull_request.head.ref }} || git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }} - git add "*.md" metrics.json - git commit -m "Update visitor count" || echo "No changes to commit" - git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} - git pull --rebase origin ${{ github.event.pull_request.head.ref }} || echo "No rebase needed" - git push origin HEAD:${{ github.event.pull_request.head.ref }} - - - name: Create Pull Request (non-PR) - if: github.event_name != 'pull_request' - uses: peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.GITHUB_TOKEN }} - branch: update-visitor-count - title: "Update visitor count" - body: "Automated update of visitor count" - base: main + # Ensure we're on the correct branch + git switch -c "$PR_BRANCH" || git switch "$PR_BRANCH" + + # Stage and commit changes if any + git add -A + git diff --staged --quiet || git commit -m "Update visitor count" + + # Pull and merge existing changes + git pull origin "$PR_BRANCH" --no-rebase + + # Push all changes + git push origin "$PR_BRANCH" diff --git a/Agile/README.md b/Agile/README.md index 177b0262..37bb6efe 100644 --- a/Agile/README.md +++ b/Agile/README.md @@ -24,7 +24,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/README.md b/Cloud/0-linux/README.md index 02a147cb..53a2fc42 100644 --- a/Cloud/0-linux/README.md +++ b/Cloud/0-linux/README.md @@ -28,7 +28,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab0/README.md b/Cloud/0-linux/lab0/README.md index 0487fe07..d9688127 100644 --- a/Cloud/0-linux/lab0/README.md +++ b/Cloud/0-linux/lab0/README.md @@ -142,7 +142,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab1/README.md b/Cloud/0-linux/lab1/README.md index abe2875b..40406c24 100644 --- a/Cloud/0-linux/lab1/README.md +++ b/Cloud/0-linux/lab1/README.md @@ -133,7 +133,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab2/README.md b/Cloud/0-linux/lab2/README.md index b9b63474..c7534973 100644 --- a/Cloud/0-linux/lab2/README.md +++ b/Cloud/0-linux/lab2/README.md @@ -143,7 +143,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab3/README.md b/Cloud/0-linux/lab3/README.md index d03fa4b1..eda50542 100644 --- a/Cloud/0-linux/lab3/README.md +++ b/Cloud/0-linux/lab3/README.md @@ -101,7 +101,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab4/README.md b/Cloud/0-linux/lab4/README.md index 98b3f304..2f694eb1 100644 --- a/Cloud/0-linux/lab4/README.md +++ b/Cloud/0-linux/lab4/README.md @@ -285,8 +285,8 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab5/README.md b/Cloud/0-linux/lab5/README.md index b9a9bb32..a5f8427b 100644 --- a/Cloud/0-linux/lab5/README.md +++ b/Cloud/0-linux/lab5/README.md @@ -136,8 +136,8 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab6/README.md b/Cloud/0-linux/lab6/README.md index bd2cbd02..8492fe45 100644 --- a/Cloud/0-linux/lab6/README.md +++ b/Cloud/0-linux/lab6/README.md @@ -233,7 +233,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab7/README.md b/Cloud/0-linux/lab7/README.md index 1227cd1d..b7367297 100644 --- a/Cloud/0-linux/lab7/README.md +++ b/Cloud/0-linux/lab7/README.md @@ -64,8 +64,8 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

s \ No newline at end of file diff --git a/Cloud/0-linux/lab8/README.md b/Cloud/0-linux/lab8/README.md index a35e1c34..42a57929 100644 --- a/Cloud/0-linux/lab8/README.md +++ b/Cloud/0-linux/lab8/README.md @@ -224,7 +224,7 @@ https://learn.acloud.guru/course/cad92c58-0fd2-4657-98f7-79268b4ff2db/dashboard
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/0-linux/lab9/README.md b/Cloud/0-linux/lab9/README.md index d16a2ae1..876c72ae 100644 --- a/Cloud/0-linux/lab9/README.md +++ b/Cloud/0-linux/lab9/README.md @@ -102,7 +102,7 @@ Each unix process has two ID numbers assigned to it:
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/README.md b/Cloud/1-terraform/README.md index d2275f42..428982b6 100644 --- a/Cloud/1-terraform/README.md +++ b/Cloud/1-terraform/README.md @@ -91,7 +91,7 @@ C -->|Remove| F[terraform destroy -var-file terraform.tfvars]
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab0/README.md b/Cloud/1-terraform/lab0/README.md index c56ec090..990f194c 100644 --- a/Cloud/1-terraform/lab0/README.md +++ b/Cloud/1-terraform/lab0/README.md @@ -89,7 +89,7 @@ Recommended: https://releases.hashicorp.com/terraform/0.13.4/
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

\ No newline at end of file diff --git a/Cloud/1-terraform/lab1/README.md b/Cloud/1-terraform/lab1/README.md index b3fa2670..44647c0a 100644 --- a/Cloud/1-terraform/lab1/README.md +++ b/Cloud/1-terraform/lab1/README.md @@ -86,7 +86,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab2/README.md b/Cloud/1-terraform/lab2/README.md index f84c0189..af5d443a 100644 --- a/Cloud/1-terraform/lab2/README.md +++ b/Cloud/1-terraform/lab2/README.md @@ -87,7 +87,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab3/README.md b/Cloud/1-terraform/lab3/README.md index c40570cf..ab156ad9 100644 --- a/Cloud/1-terraform/lab3/README.md +++ b/Cloud/1-terraform/lab3/README.md @@ -86,7 +86,7 @@ _You can re-deploy using backup file_
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab4/README.md b/Cloud/1-terraform/lab4/README.md index 2bad4ebe..d6783286 100644 --- a/Cloud/1-terraform/lab4/README.md +++ b/Cloud/1-terraform/lab4/README.md @@ -34,7 +34,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab5/README.md b/Cloud/1-terraform/lab5/README.md index f784b1de..7bb9be75 100644 --- a/Cloud/1-terraform/lab5/README.md +++ b/Cloud/1-terraform/lab5/README.md @@ -36,7 +36,7 @@ This is a summary based on [References](#references)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab6/README.md b/Cloud/1-terraform/lab6/README.md index c524fccc..b1fd3b7f 100644 --- a/Cloud/1-terraform/lab6/README.md +++ b/Cloud/1-terraform/lab6/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab7/README.md b/Cloud/1-terraform/lab7/README.md index daa28308..5df3ab0d 100644 --- a/Cloud/1-terraform/lab7/README.md +++ b/Cloud/1-terraform/lab7/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab8/README.md b/Cloud/1-terraform/lab8/README.md index 5bf4de41..83e51c08 100644 --- a/Cloud/1-terraform/lab8/README.md +++ b/Cloud/1-terraform/lab8/README.md @@ -49,7 +49,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab9/README.md b/Cloud/1-terraform/lab9/README.md index a4dd57e8..3ac04611 100644 --- a/Cloud/1-terraform/lab9/README.md +++ b/Cloud/1-terraform/lab9/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

\ No newline at end of file diff --git a/Cloud/1-terraform/lab_10/README.md b/Cloud/1-terraform/lab_10/README.md index 44c090d6..fed4f952 100644 --- a/Cloud/1-terraform/lab_10/README.md +++ b/Cloud/1-terraform/lab_10/README.md @@ -46,7 +46,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

\ No newline at end of file diff --git a/Cloud/1-terraform/lab_11/README.md b/Cloud/1-terraform/lab_11/README.md index aefb8e32..1a3785f2 100644 --- a/Cloud/1-terraform/lab_11/README.md +++ b/Cloud/1-terraform/lab_11/README.md @@ -142,7 +142,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_12/README.md b/Cloud/1-terraform/lab_12/README.md index 073874ef..f904f330 100644 --- a/Cloud/1-terraform/lab_12/README.md +++ b/Cloud/1-terraform/lab_12/README.md @@ -76,7 +76,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_13/README.md b/Cloud/1-terraform/lab_13/README.md index 96878655..a5ce1678 100644 --- a/Cloud/1-terraform/lab_13/README.md +++ b/Cloud/1-terraform/lab_13/README.md @@ -98,8 +98,8 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_14/README.md b/Cloud/1-terraform/lab_14/README.md index 89a08c25..599c8277 100644 --- a/Cloud/1-terraform/lab_14/README.md +++ b/Cloud/1-terraform/lab_14/README.md @@ -97,8 +97,8 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_15/README.md b/Cloud/1-terraform/lab_15/README.md index 62eeb3ed..d8e8b3e7 100644 --- a/Cloud/1-terraform/lab_15/README.md +++ b/Cloud/1-terraform/lab_15/README.md @@ -122,7 +122,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_16/README.md b/Cloud/1-terraform/lab_16/README.md index 90ebd346..8a4f5fd1 100644 --- a/Cloud/1-terraform/lab_16/README.md +++ b/Cloud/1-terraform/lab_16/README.md @@ -95,7 +95,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_17/README.md b/Cloud/1-terraform/lab_17/README.md index 6946c460..e551fb90 100644 --- a/Cloud/1-terraform/lab_17/README.md +++ b/Cloud/1-terraform/lab_17/README.md @@ -109,7 +109,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_18/README.md b/Cloud/1-terraform/lab_18/README.md index 78337370..a9f3c26e 100644 --- a/Cloud/1-terraform/lab_18/README.md +++ b/Cloud/1-terraform/lab_18/README.md @@ -131,7 +131,7 @@ selector {
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_19/README.md b/Cloud/1-terraform/lab_19/README.md index a132ce55..36976824 100644 --- a/Cloud/1-terraform/lab_19/README.md +++ b/Cloud/1-terraform/lab_19/README.md @@ -82,7 +82,7 @@ This is a summary based on [References](#reference)
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/1-terraform/lab_20/README.md b/Cloud/1-terraform/lab_20/README.md index 4243a870..403321ef 100644 --- a/Cloud/1-terraform/lab_20/README.md +++ b/Cloud/1-terraform/lab_20/README.md @@ -115,7 +115,7 @@ output "instance_name" {
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/2-automation_principles/0_golang/README.md b/Cloud/2-automation_principles/0_golang/README.md index 802f2dc2..e4146c57 100644 --- a/Cloud/2-automation_principles/0_golang/README.md +++ b/Cloud/2-automation_principles/0_golang/README.md @@ -21,7 +21,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md b/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md index 225da962..c5420501 100644 --- a/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md +++ b/Cloud/2-automation_principles/1_api_automations/3_countryinfo_travelers/README.md @@ -474,7 +474,7 @@ At 2024/2/12
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/2-automation_principles/1_api_automations/README.md b/Cloud/2-automation_principles/1_api_automations/README.md index 7d4e49db..caa9e53c 100644 --- a/Cloud/2-automation_principles/1_api_automations/README.md +++ b/Cloud/2-automation_principles/1_api_automations/README.md @@ -65,7 +65,7 @@ These web services expose their data to the outside world through an API. REST A
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/2-automation_principles/README.md b/Cloud/2-automation_principles/README.md index 16251c69..abaae2e9 100644 --- a/Cloud/2-automation_principles/README.md +++ b/Cloud/2-automation_principles/README.md @@ -35,7 +35,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/3-kubernetes_principles/README.md b/Cloud/3-kubernetes_principles/README.md index 2ccb3242..106bd22f 100644 --- a/Cloud/3-kubernetes_principles/README.md +++ b/Cloud/3-kubernetes_principles/README.md @@ -57,7 +57,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Cloud/README.md b/Cloud/README.md index d2253beb..702386b4 100644 --- a/Cloud/README.md +++ b/Cloud/README.md @@ -143,7 +143,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/DevOps/README.md b/DevOps/README.md index 35a94a80..b805ba31 100644 --- a/DevOps/README.md +++ b/DevOps/README.md @@ -287,7 +287,7 @@ Azure-native monitoring: Azure Monitor, Application Insights.
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/GitHub/README.md b/GitHub/README.md index e87669bc..23301cfd 100644 --- a/GitHub/README.md +++ b/GitHub/README.md @@ -93,8 +93,8 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/GitHub/demos/0_GithubAImodels.md b/GitHub/demos/0_GithubAImodels.md index 0390330e..317fad2d 100644 --- a/GitHub/demos/0_GithubAImodels.md +++ b/GitHub/demos/0_GithubAImodels.md @@ -194,8 +194,8 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/GitHub/demos/1_GitHubPagesOverview/README.md b/GitHub/demos/1_GitHubPagesOverview/README.md index 2b074b58..a2f5e4e0 100644 --- a/GitHub/demos/1_GitHubPagesOverview/README.md +++ b/GitHub/demos/1_GitHubPagesOverview/README.md @@ -71,7 +71,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/GitHub/demos/2_Github-Licenses.md b/GitHub/demos/2_Github-Licenses.md index 25091687..384750c3 100644 --- a/GitHub/demos/2_Github-Licenses.md +++ b/GitHub/demos/2_Github-Licenses.md @@ -4,7 +4,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2025-08-04 +Last updated: 2025-08-27 ---------------------- @@ -31,17 +31,28 @@ Last updated: 2025-08-04 - [Plans for GitHub Copilot](https://docs.github.com/en/copilot/get-started/plans) - [GitHub Enterprise pricing](https://azure.microsoft.com/en-us/pricing/details/githubenterprise/?msockid=38ec3806873362243e122ce086486339) - Table - [Pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator/?service=githubenterprise) -- [Start your premium free trial by choosing an enterprise type](https://github.com/account/enterprises/new?ref_cta=GHEC+trial&ref_loc=setting+up+a+trial+of+github+enterprise+cloud&ref_page=docs) - Enterprise +- [Start your premium free trial by choosing an enterprise type](https://github.com/account/enterprises/new?ref_cta=GHEC+trial&ref_loc=setting+up+a+trial+of+github+enterprise+cloud&ref_page=docs) - Enterprise trial first - [GitHub Enterprise Cloud Enterprise Managed Users - Microsoft Entra ID / Azure AD Single Sign-On (SSO) Integration Guide](https://se-resource-library.octodemo.com/Azure_SSO_EMU) - [GitHub Copilot Business - Setup Guide](https://se-resource-library.octodemo.com/GitHub_Copilot_Business) - [How to link Azure subscription to your GitHub's enterprise account](https://se-resource-library.octodemo.com/Link_Azure_Subscription) +
+Table of Content (Click to expand) + +- [GitHub Copilot Personal vs. Businesses Use](#github-copilot-personal-vs-businesses-use) +- [Pricing Details](#pricing-details) +- [Custom LLM Scenario](#custom-llm-scenario) +- [VS code vs Visual Studio](#vs-code-vs-visual-studio) +- [How to setup GitHub Copilot](#how-to-setup-github-copilot) +- [GitHub Copilot with GitHub Enterprise – Setup Procedure](#github-copilot-with-github-enterprise--setup-procedure) + +
+ > [!IMPORTANT] > The information provided and any document (such as scripts, sample codes, etc.) is provided `AS-IS` and `WITH ALL FAULTS`. Pricing estimates are for `demonstration purposes only and do not reflect final pricing`. `Microsoft assumes no liability` for your use of this information and makes no guarantees or warranties, expressed or implied, regarding its accuracy or completeness, including any pricing details. `Please note that these demos are intended as a guide and are based on my personal experiences. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly`: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME) - ## GitHub Copilot Personal vs. Businesses Use | Section | Details| @@ -124,10 +135,24 @@ https://github.com/user-attachments/assets/3c993648-8a8d-4b5d-be79-19850aeef593 - Authorize VS Code to access your GitHub account through your browser. - You’re now ready to use GitHub Copilot in VS Code. +## GitHub Copilot with GitHub Enterprise – Setup Procedure + +> This process enables secure, enterprise-managed deployment of GitHub Copilot + +1. Create a GitHub account for your organization. +2. Please go here [Start your premium free trial by choosing an enterprise type](https://github.com/account/enterprises/new?ref_cta=GHEC+trial&ref_loc=setting+up+a+trial+of+github+enterprise+cloud&ref_page=docs), and start a GitHub Enterprise trial (includes Copilot and advanced security). +3. Select the `Enterprise Managed Users` option. +4. Enter required organization details and a short code for user management. +5. Set up Single Sign-On (SSO) with your identity provider. Click here to read the steps: [GitHub Enterprise Cloud Enterprise Managed Users - Microsoft Entra ID / Azure AD Single Sign-On (SSO) Integration Guide](https://se-resource-library.octodemo.com/Azure_SSO_EMU) +6. Link your Azure subscription for billing (optional during trial). Click here to read the steps: [How to link Azure subscription to your GitHub's enterprise account](https://se-resource-library.octodemo.com/Link_Azure_Subscription) +7. Add users to the enterprise and assign Copilot seats. Click here to read how: [GitHub Copilot Business - Setup Guide](https://se-resource-library.octodemo.com/GitHub_Copilot_Business) +8. Users install the Copilot extension in their IDE. +9. Users activate their accounts and Copilot access is enabled automatically. +
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/Network/README.md b/Network/README.md index fadb4fd3..fa8c522e 100644 --- a/Network/README.md +++ b/Network/README.md @@ -113,7 +113,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27

diff --git a/README.md b/README.md index 24fb62e1..94aeb3ff 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Last updated: 2025-08-04
- Total views -

Refresh Date: 2025-08-04

+ Total views +

Refresh Date: 2025-08-27