GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: C3B1
 3priority: 50
 4assignee: null
 5status: triage
 6kind: issue
 7---
 8
 9# Use ctx in ssh
10
11In ssh we use `commitOld.Patch(commitNew)` instead of `commitOld.PatchContext(commitNew)`. Add a context to the ssh connection and use it.