Add rebase for Git-Pull in proto

Sathiyaraman M created

Change summary

crates/proto/proto/git.proto | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/proto/proto/git.proto 🔗

@@ -405,6 +405,7 @@ message Pull {
     string remote_name = 4;
     string branch_name = 5;
     uint64 askpass_id = 6;
+    bool rebase = 7;
 }
 
 message RemoteMessageResponse {