Skip to content

Commit

Permalink
fix: use ff-only mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
DasLampe committed Oct 24, 2023
1 parent 089acf0 commit 106b4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ link:
ln -s $(current_dir)/tilix/schemes/catppuccin/src/Catppuccin-Mocha.json ~/.config/tilix/schemes/Catppuccin-Mocha.json

update:
git pull origin $$(git branch --show-current)
git pull origin $$(git branch --show-current) --ff-only
git submodule update --init
vim -c "PlugUpgrade|PlugUpdate|PlugInstall|q|q"

Expand Down

0 comments on commit 106b4ce

Please sign in to comment.