Git: Diff, Create & Apply Patch
This article shows how you can get differences in the git branch, file, or commits and create and apply git patches. > git branch master * test > git checkout test > git log –oneline -n 5 04d3d11 (HEAD -> test) Update README 39fdf70 Update hello file 32547fa Add hello file 87ea803 (origin/master, origin/HEAD, master) … Read more