You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csp/sync.csp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@
115
115
if defaultBasic {
116
116
set message = "Please change branches to make sure your changes are committed."
117
117
} else {
118
-
set message = "Other users have unstaged changes in this namespace, so merging to remote will fail"
118
+
set message = "Other users have work in progress in this namespace. They must commit their work before you can sync, or you can commit their work after review in the Git WebUI before trying to sync again."
0 commit comments