Last updated: July 2025
Collaborating in a repository can be tricky—especially when you want to share work without flooding the remote with temporary commits or branches. Traditional pull request workflows also limit which files you can review or comment on—typically only those that have changed.
GitLens helps streamline collaboration through:
- Cloud Patches – Share uncommitted code changes without pushing to a remote.
- Code Suggest – Propose changes on any file, not just modified ones.
Cloud Patches PRO
Cloud Patches are Git patches that can be shared with anyone in your GitKraken organization. Teammates can apply them directly to their working directory—ideal for reviewing or collaborating on code before it’s committed.
To create a Cloud Patch:
- Make and save changes to any file.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
). - Run:
GitLens: Share as Cloud Patch…
- Select teammates to share with.
Recipients will see the patch in the Cloud Patch sidebar and can apply it directly to their workspace.
Open the Cloud Patches View in GitLens
This feature is available with a GitLens Pro subscription or higher.
Code Suggest PRO
Code Suggest lets you propose edits to any file in a repository—regardless of whether the file was modified. You can submit these suggestions directly to another team member’s open pull request.
To create a Code Suggestion:
- Check out a branch that has an open pull request.
- Make and save changes to any file.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
). - Run:
GitLens: Show Inspect View
> Suggest Changes for PR.
The PR creator can:
- Review your suggestions
- Apply them to their working directory
- Commit and push the changes to the open pull request
This feature is available with a GitLens Pro subscription or higher.