Diff ↔ change in file/code
Diffing
to compare Diff in file
Track
of file/dir to keep track of Diff
References
Clean Working Dir↔ Working Dir has no Tracked Diffclone↔ to download copy of remote Git Repo/Diff to local repoFork↔ to copy Github Repo to github.com acc, with link to Upstream topullDiffPull Request↔ to ask Upstream author to review/Merge Fork Diffundo to most recent [Commit](commit) AND del [**_Diff_**](diff)↔gitreset --hardHEADgit reset --soft HEAD↔ to undo (& delete) last Commit & keep Diff. 💡 best to just click the undo last commit option in VSC Source Control PanelIncremental Computation↔ (Design Pattern) to compute only Diff, build upon previous calc, avoid repeat work for better perfgit reset HEAD~↔ to undo last Commit & keep Diffgit reset --soft HEAD~1↔ to undo Commit & keep Diff in Staging index