We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfa427 commit d666e9aCopy full SHA for d666e9a
UPDATE
@@ -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