Skip to content
Snippets Groups Projects

Don't execute git hooks if you create branch as part of other change

Merged Kamil Trzciński requested to merge fix-git-hooks-when-creating-file into master
All threads resolved!
Compare and Show latest version
783 files
+ 3240
2427
Compare changes
  • Side-by-side
  • Inline
Files
783
@@ -54,6 +54,9 @@
@@ -54,6 +54,9 @@
mouseDown () {
mouseDown () {
this.showDetail = true;
this.showDetail = true;
},
},
 
mouseMove() {
 
this.showDetail = false;
 
},
showIssue (e) {
showIssue (e) {
const targetTagName = e.target.tagName.toLowerCase();
const targetTagName = e.target.tagName.toLowerCase();
Loading