From 1c99f7380edf2e6a034efb3ace2e4a1f1327ecb7 Mon Sep 17 00:00:00 2001 From: Akbar Date: Thu, 16 Nov 2023 19:22:33 -0500 Subject: [PATCH] Added Google Cloud section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1eadac6..5266108 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ - [11ty](#11ty) - [ConEmu](#conemu) - [Git \& Github](#git--github) + - [Google Cloud](#google-cloud) - [Github Actions](#github-actions) - [Home Assistant](#home-assistant) - [MacOS](#macos) @@ -27,6 +28,9 @@ ## Git & Github * [Transfer a repository from Bitbucket to Github](https://github.com/Akbarsait/todayilearned/blob/master/github/transfer-repository-frombitbucket-togithub.md) - 2020-07-26 * [Updating / Synching a Forked Repo with git rebase / merge](https://github.com/Akbarsait/todayilearned/blob/master/github/updating-synching-forked-repowithgit-rebase-merge.md) - 2020-09-29 + +## Google Cloud + ## Github Actions * [Adding a Simple Workflow](https://github.com/Akbarsait/todayilearned/blob/master/github-actions/adding-a-simple-workflow.md) - 2020-07-25