Skip to content

Commit 33ff4a3

Browse files
committed
git bare repo (2)
1 parent 5aa60d2 commit 33ff4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/git-bare-repo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "What is a bare git repository and how Cloudback uses it?"
33
tags: ["General", "Cloudback", "Git"]
4-
date: 2022-11-21
4+
date: 2024-01-15
55
categories: ["General", "Cloudback", "Git"]
66
description: Cloudback archives your source code as a git bare repository.
7-
keywords:
7+
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
88
---
99

1010
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:

0 commit comments

Comments
 (0)