From b6c681a41d1ae272d868dd086da6c723f14d36a6 Mon Sep 17 00:00:00 2001 From: Gaspar Garcia Jr Date: Mon, 10 Feb 2025 20:23:55 -0500 Subject: [PATCH] Escape `` in Readme Escape `` in Readme, otherwise the Readme markdown preview does not show the word `` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a7ff7..371edbd 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ To protect/unprotect a branch run `git s3 protect ` respec Bundles are stored in the S3 bucket as `//.bundle`. -When listing remote ref (eg explicitly via `git ls-remote`) we list all the keys present under the given . +When listing remote ref (eg explicitly via `git ls-remote`) we list all the keys present under the given ``. When pushing a new ref (eg a commit), we get the sha of the ref, we bundle the ref via `git bundle create .bundle ` and store it to S3 according the schema above.