Skip to content

Commit d666e9a

Browse files
committed
add UPDATE script
1 parent 5dfa427 commit d666e9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPDATE

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
set -e
3+
cd $(dirname $BASH_SOURCE)
4+
5+
git remote add upstream https://github.com/littlecodersh/ItChat.git
6+
git pull upstream master --no-edit

0 commit comments

Comments
 (0)