You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/common
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ update() {
10
10
(git fetch "https://github.com/$1/$2.git" $4 && git checkout -fq FETCH_HEAD) #|| git checkout -fq $4 # || fallback is for local testing on tag
11
11
git reset --hard
12
12
echo updated $1/$2:$4 under $3. Last commits:
13
-
git log --pretty=format:"%h - %an, %ar : %s" -n 10 # show last commits
13
+
git log --pretty=format:"%h - %an, %aD : %s" -n 10 # show last commits
0 commit comments