11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# make sure we're in dot_testing
|
||
|
cd ~/dot_testing
|
||
|
|
||
|
git pull
|
||
|
git stash
|
||
|
git rebase
|
||
|
|
||
|
rebuild
|