Thank you. What's the difference between git am file.patch and git apply file.patch in this context?
git am file.patch
git apply file.patch
Thank you. What's the difference between
git am file.patch
andgit apply file.patch
in this context?