Improve branch, merge, rebase (#37)
* Always create task branch * Create new ref * Save new branch name in DB * Refactor rebase backend * Update merging functionality * Clippy
This commit is contained in:
committed by
GitHub
parent
a1c97f787e
commit
c9fada8979
@@ -0,0 +1,2 @@
|
||||
-- Add branch column to task_attempts table
|
||||
ALTER TABLE task_attempts ADD COLUMN branch TEXT NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user