From ac1d3d1d57ab3ffb51f30176985c75cc70d055b8 Mon Sep 17 00:00:00 2001 From: yuvalbl Date: Sat, 12 Mar 2022 22:57:35 +0200 Subject: [PATCH 1/2] bad commit --- .husky/pre-commit | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 20d0d06..e3db172 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run lint +# npm run lint diff --git a/script.js b/script.js index 7b03d50..83ab827 100644 --- a/script.js +++ b/script.js @@ -1,3 +1,3 @@ const a = '123'; -console.log(a); \ No newline at end of file +// console.log(a); \ No newline at end of file From 67b0e7f0b1cc3920634c54e312f40d66d18adf48 Mon Sep 17 00:00:00 2001 From: yuvalbl Date: Sat, 12 Mar 2022 22:57:58 +0200 Subject: [PATCH 2/2] bad branch --- script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/script.js b/script.js index 83ab827..037aeee 100644 --- a/script.js +++ b/script.js @@ -1,3 +1 @@ const a = '123'; - -// console.log(a); \ No newline at end of file