Horje
git see local changes Code Example
git see local changes
git diff (no parameters)
Print out differences between your working directory and the index.

git diff --cached:
Print out differences between the index and HEAD (current commit).

git diff HEAD:
Print out differences between your working directory and the HEAD.

git diff --name-only
Show only names of changed files.

git diff --name-status
Show only names and status of changed files.

git diff --color-words
Word by word diff instead of line by line.




Shell

Related
apt lock Code Example apt lock Code Example
how to give permission to a user in linux on a folder Code Example how to give permission to a user in linux on a folder Code Example
uninstall cv2 in pi Code Example uninstall cv2 in pi Code Example
mac install sklearn Code Example mac install sklearn Code Example
ubuntu server lamp installation Code Example ubuntu server lamp installation Code Example

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