mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
giving some props to the creators
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
# for cleaning up the master branch of a git directory according to my suckless patch structure
|
||||
# e.g. see dwm/st/etc
|
||||
# by uoou, checkout gitlab.com/uoou/dotfiles
|
||||
|
||||
make clean && rm -f config.h && git reset --hard origin/base
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
# for showing the diffs to the master branch of a git directory according to my suckless patch structure
|
||||
# e.g. see dwm/st/etc
|
||||
# by uoou, checkout gitlab.com/uoou/dotfiles
|
||||
|
||||
git checkout master &&
|
||||
dotfiles="/home/tiynger/.config/dotfiles/suckless"
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
# for merging all branches into the master branch of a git directory according to my suckless patch structure
|
||||
# e.g. see dwm/st/etc
|
||||
# by uoou, checkout gitlab.com/uoou/dotfiles
|
||||
|
||||
suckdiff &&
|
||||
git reset --hard origin/base &&
|
||||
|
Reference in New Issue
Block a user