Skip to content

Commit

Permalink
fix: wrong command for pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
pocco81 committed Nov 12, 2021
1 parent 12624a8 commit 6149691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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
Expand Down

0 comments on commit 6149691

Please sign in to comment.