From 39186d972278ec65deff23c17163a5e99a251835 Mon Sep 17 00:00:00 2001 From: Victor Vorobyev Date: Tue, 16 Jan 2024 22:42:31 +0300 Subject: [PATCH] git bare repo (2) --- content/posts/git-bare-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/git-bare-repo.md b/content/posts/git-bare-repo.md index b890611..21101b7 100644 --- a/content/posts/git-bare-repo.md +++ b/content/posts/git-bare-repo.md @@ -4,7 +4,7 @@ tags: ["General", "Cloudback", "Git"] date: 2022-11-21 categories: ["General", "Cloudback", "Git"] description: Cloudback archives your source code as a git bare repository. -keywords: +keywords: github backup, cloudback, bare repository, bare git repository, git bare repository, bare repo, bare git repo, bare git repository, bare git repo, bare repository git --- A Git bare repository represents a specialized form of a Git repository, distinct in structure and function from a conventional Git repository. Platforms like GitHub utilize bare repositories on their servers. Essentially, when a user initiates a clone command from GitHub, they are interacting with a bare repository stored on GitHub's server. This type of repository is optimized for server-side storage and facilitates efficient and secure management and distribution of code, without the direct editing capabilities found in standard repositories. Here's a simplified explanation: