Horje
check changes after git pull Code Example
check changes after git pull
The very first line in the output of a pull looks like this:

$ git pull
Updating 37b431a..b2615b4

So to get the diff between before and after pull request, use --> 
$ git diff 37b431a..b2615b4




Shell

Related
how to download from git branch Code Example how to download from git branch Code Example
how to remove installation from cent os Code Example how to remove installation from cent os Code Example
setting sublimeREPL in linux Code Example setting sublimeREPL in linux Code Example
how to enable camera in ubuntu Code Example how to enable camera in ubuntu Code Example
nvm Code Example nvm Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13