Skip to content

Commit 903d503

Browse files
committed
examples update
1 parent 791a9ed commit 903d503

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

git-issues-blog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ if [ -n "$commit" ]; then
99
git config --global core.quotepath false
1010
git diff --name-only $commit > git_diff_files.txt
1111
else
12-
echo "no commit found, changed set to null"
12+
echo "no commit found, change all"
1313
echo '' > git_diff_files.txt
1414
fi

posts/thanks-for-using.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Github: https://github.com/Sep0lkit/git-issues-blog
1010

1111

1212

13+
**Update Issue:**
1314

15+
this line added for update testing.
1416

1517

1618

0 commit comments

Comments
 (0)