Git Diff

The git diff command shows the differences between the files of two commits by id.

cmd
D:\repository> git diff df035382c41b4d0cda86a1aa30b53f15bef05b53 25ede836903881848fea811df5b687b59d962da3

diff --git a/game.js b/game.js
index 8b87936..5daadb0 100644
--- a/game.js
+++ b/game.js
@@ -917,7 +916,7 @@ Game = {
       this.state = 'waiting';
     },
     waiting: function () {
-      Text.renderText(ipad ? 'Touch Screen to Start' : 'Press Space to Start', 36, Game.c
anvasWidth/2 - 270, Game.canvasHeight/2);
+      Text.renderText(window.ipad ? 'Touch Screen to Start' : 'Press Space to Start', 36,
 Game.canvasWidth/2 - 270, Game.canvasHeight/2);
       if (KEY_STATUS.space || window.gameStart) {
         KEY_STATUS.space = false; // hack so we don't shoot right away
         window.gameStart = false;
:
		 

Press and to scroll up and down

Press Q to quit scroll mode