about summary refs log blame commit diff
path: root/sync
blob: 1c1dae2840eb0a4c7e81a0114897748d1e9d245f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                        
#!/bin/bash -e

if ! git remote | grep -x suckless; then
    git remote add suckless git://git.suckless.org/dmenu
fi

# back up, since we are rewriting history
git branch "$(date +%Y%m%d%H%M%S%N)"

git fetch -p suckless
git rebase -p suckless/master