Revert "docs: add git config items to docs"

This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6.
This commit is contained in:
Max Jakobitsch 2025-02-14 09:13:52 +01:00 committed by JF
parent 483435ae3d
commit 6a6981c912
2 changed files with 2 additions and 11 deletions

View file

@ -24,15 +24,10 @@ To build this project, you'll need:
### Clone the repo
```sh
```
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
cd InfiniTime
git submodule update --init
# configure git to apply whitespace fixes automatically
git config set core.whitespace trailing-space,space-before-tab
git config set apply.whitespace fix
mkdir build
cd build
```

View file

@ -15,14 +15,10 @@ Based on Ubuntu 22.04 with the following build dependencies:
Before building, local repository must be fully initialized.
```sh
```
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
cd InfiniTime
git submodule update --init
# configure git to apply whitespace fixes automatically
git config set core.whitespace trailing-space,space-before-tab
git config set apply.whitespace fix
```
## Run a container to build the project