1.git: patch does not apply
git apply --ignore-space-change --ignore-whitespace mychanges.patch
2.Get current branch(in Bash)
git branch | sed -n '/\* /s///p'
2024-04-06 10:35:43
1.git: patch does not apply
git apply --ignore-space-change --ignore-whitespace mychanges.patch
2.Get current branch(in Bash)
git branch | sed -n '/\* /s///p'