From 6149691acecf5da91bf8153db70a794d33298bec Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Thu, 11 Nov 2021 19:15:53 -0500 Subject: [PATCH] fix: wrong command for pulling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba710a0..4752fb0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ There are this things on GitHub called "template repositories" which you can use 1. Create the repo and leave it empty 2. Add this template as a remote: `git remote add template git@github.com:catppuccin/template.git` -3. Pull from it: `git remote pull template` +3. Pull from it: `git pull template main` 4. Delete the remote: `git remote remove template` ## 🤩 Style