feat(README): checkout -f
This commit is contained in:
parent
b80d2c46c4
commit
937ab54f8c
@ -2,18 +2,16 @@
|
|||||||
|
|
||||||
See (https://git.maby.dev/ange/archinstall.git) for installation
|
See (https://git.maby.dev/ange/archinstall.git) for installation
|
||||||
|
|
||||||
To clone the repo:
|
- To clone the repo:
|
||||||
```console
|
```console
|
||||||
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
|
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
|
||||||
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
|
config checkout -f
|
||||||
config checkout # remove conflicted files and re-run the command
|
|
||||||
|
|
||||||
config submodule update --init --recursive --remote
|
config submodule update --init --recursive --remote
|
||||||
config config status.showUntrackedFiles no
|
config config status.showUntrackedFiles no
|
||||||
```
|
```
|
||||||
|
|
||||||
To update submodules:
|
- To update submodules:
|
||||||
```
|
```
|
||||||
config submodule update --recursive --remote
|
config submodule update --recursive --remote
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user