Project

General

Profile

Paste
Download (229 Bytes) Statistics
| Branch: | Revision:

root / bin / git-report.sh @ 73a967a6

1
#!/bin/sh
2

    
3
. /home/assos/bin/scripts-config.sh
4
. /home/assos/bin/scripts-utils.sh
5

    
6
if ! work_tree_clean ; then
7
    mail_unclean_work_tree "[git] WORK TREE UNCLEAN"
8
fi
9

    
10
git pull --rebase > /dev/null 2>&1
11
git push > /dev/null 2>&1