Display the difference of game results at the end.
This commit is contained in:
@@ -17,3 +17,6 @@ mv temp_table.html $table
|
|||||||
git add $table
|
git add $table
|
||||||
git commit -m "Update the tournament table."
|
git commit -m "Update the tournament table."
|
||||||
git checkout master
|
git checkout master
|
||||||
|
|
||||||
|
# Check the difference between game results
|
||||||
|
git diff HEAD^ HEAD -- $results
|
||||||
|
|||||||
Reference in New Issue
Block a user