We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d606e2 commit 7ebdbf0Copy full SHA for 7ebdbf0
bin/check_for_updates
@@ -10,7 +10,7 @@ COLOR_NONE='\033[0m'
10
11
function check_for_update {
12
pushd $2 > /dev/null
13
- git remote update
+ git remote update > /dev/null
14
LOCAL=$(git rev-parse @)
15
REMOTE=$(git rev-parse "@{u}")
16
BASE=$(git merge-base @ "@{u}")
0 commit comments