aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-19 12:16:17 +0800
committertypebrook <typebrook@gmail.com>2019-04-19 17:54:07 +0800
commit1a5d27f62e1c6023e2d77a24a041899613210342 (patch)
tree93ec302fdc4cabfef6b83bc6d7bc8bc6c67a771d
parent5a3c5e4142dd950a436a91e4aa74410c65411635 (diff)
update
-rw-r--r--.gitignore1
-rw-r--r--scripts/check_upstream.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9baa5c2..70ae73e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1private/* 1private/*
2log
diff --git a/scripts/check_upstream.sh b/scripts/check_upstream.sh
index 888061e..9c2e87a 100644
--- a/scripts/check_upstream.sh
+++ b/scripts/check_upstream.sh
@@ -16,4 +16,7 @@ check_upstream() {
16 then 16 then
17 echo "New commit at" $1 17 echo "New commit at" $1
18 fi 18 fi
19
20 cd ~/git/settings
21 echo check $1 at $(date) >> ./log
19} 22}