We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ec86e commit d3f464cCopy full SHA for d3f464c
1 file changed
public/scripts/hackorum-patch
@@ -81,12 +81,13 @@ class HackorumPatch
81
create_branch(base_commit)
82
end
83
84
+ copy_files_to_git_dir(patch_files)
85
+
86
if @using_diff_mode
87
apply_diffs(patch_files)
88
else
89
apply_patches(patch_files)
90
- copy_files_to_git_dir(patch_files)
91
cleanup_temp_files
92
93
print_success_message(use_worktree ? worktree_path : nil)
0 commit comments