We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baabaf9 commit d246131Copy full SHA for d246131
githelp.txt
@@ -196,6 +196,11 @@ git config --global core.editor "code --wait"
196
# Blame
197
git blame -c config\mysql\staging\changes\2.12\492_insert_image_id_in_cc_image_format_mapping.sql
198
199
+# Set up blame to skip formatting commits
200
+echo "erf9e8f" > .git/config/.git-blame-ignore-revs
201
+git config blame.ignoreRevsFile .git-blame-ignore-revs
202
+https://stackoverflow.com/questions/53502654/how-do-i-run-a-code-formatter-over-my-source-without-modifying-git-history
203
+
204
# Cleaning unversioned files:
205
git clean -f -d
206
0 commit comments