Skip to content

Commit

Permalink
add UPDATE script
Browse files Browse the repository at this point in the history
  • Loading branch information
BoleynSu committed Nov 22, 2020
1 parent 5dfa427 commit d666e9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPDATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
cd $(dirname $BASH_SOURCE)

git remote add upstream https://github.com/littlecodersh/ItChat.git
git pull upstream master --no-edit

0 comments on commit d666e9a

Please sign in to comment.