1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

changing suckless merge utils for having a base branch to ensure the master can be pushed with all features to ensure buildability without this utils

This commit is contained in:
TiynGER
2020-03-29 11:46:32 +02:00
parent eeb966e1b6
commit 46fce77dd2
3 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/zsh
make clean && rm -f config.h && reset --hard origin/master
make clean && rm -f config.h && git reset --hard origin/base