This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
software:git [2018/08/08 11:08] dave [List Remote Branches] |
software:git [2018/09/24 14:19] (current) dave |
||
|---|---|---|---|
| Line 82: | Line 82: | ||
| </code> | </code> | ||
| + | ===== Misc Tasks == | ||
| + | |||
| + | ==== Show only the files that are modified as a commit == | ||
| + | |||
| + | This removes the diff lines from the ''show'' command (''+''/''-'' lines): | ||
| + | |||
| + | <code> | ||
| + | $git show <hash> --name-only | ||
| + | </code> | ||
| //*Compared to other version control systems.// | //*Compared to other version control systems.// | ||