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 e376745 commit 3adfbb6Copy full SHA for 3adfbb6
parser-typechecker/src/Unison/Codebase/SqliteCodebase/Operations.hs
@@ -100,6 +100,7 @@ createSchema = do
100
(_, emptyCausalHashId) <- emptyCausalHash
101
(_, ProjectBranch {projectId, branchId}) <- insertProjectAndBranch scratchProjectName scratchBranchName emptyCausalHashId
102
Q.setCurrentProjectPath projectId branchId []
103
+ Q.trackLatestRemoteHead
104
where
105
scratchProjectName = UnsafeProjectName "scratch"
106
scratchBranchName = UnsafeProjectBranchName "main"
0 commit comments