This commit is contained in:
madmaurice 2015-10-08 09:22:17 +02:00
parent 1085378130
commit 79e42c2f64

View file

@ -31,9 +31,14 @@ command_add() {
echo "$file added in $DOTFILES_DIR/$savepoint"
}
command_sync() {
command_pull() {
cd $DOTFILES_DIR
git push; git pull
git pull
}
command_push() {
cd $DOTFILES_DIR
git push
}
command_help() {