mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-10 06:04:21 +00:00
docs: add step to delete existing .git
history (#1995)
This step removes the template authors from appearing as contributors to your new port.
This commit is contained in:
parent
7b769a26d3
commit
8c6f99a470
1 changed files with 3 additions and 1 deletions
|
@ -127,7 +127,9 @@ template as a blueprint.
|
|||
git remote remove origin
|
||||
```
|
||||
|
||||
4. Set up the rest of your port, and push it to your user repository!
|
||||
4. Delete the `.git` folder at the root of the repository and run `git init`. This removes the template authors from appearing as contributors to your new port.
|
||||
|
||||
5. Set up the rest of your port, and push it to your user repository!
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue