Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 16, 2021 11:07 am GMT

GitLive 14.0: Codeshare without calling, view teammate's pushed changes, and more

GitLive 14.0 has arrived! This update consists mostly of features requested by our users, your feedback is invaluable so please keep sending it. Here are the new features and noteworthy improvements:

Install the latest GitLive VS Code extension or JetBrains plugin to get started.

Codeshare without calling

In those cases you are already on a call or in a meeting with your teammate via Zoom, Slack, Teams, etc. you can now start a codeshare session without having to place a call.

You can find the direct codeshare button next to the call icon in the GitLive window.

VS Code JetBrains
Codeshare Option Codeshare Option

You can also choose to codeshare through the command palette (VS Code) or through the "Search Everywhere" list (JetBrains).

VS Code JetBrains
Codeshare Option Codeshare Option

Note the option will be disabled for teammates that have not yet updated to the latest version of GitLive. After you select "share" your teammate will receive a notification in their editor, asking them to accept or decline the invitation to codeshare.

VS Code JetBrains
Accept Codeshare Accept Codeshare

Once accepted the session will begin! Learn more about real-time editing in GitLive.

View a teammates pushed changes

We've always shown your teammate's unpushed changes in the GitLive window, which you won't find anywhere else, such as GitHub. But it can also be useful to see all changes on a teammate's branch compared to the default branch, like you do on a pull request on GitHub for example.

So now, by default, we show both pushed and unpushed changes in the tree. If a file contains unpushed changes it will show as modified (white dot beside the name in VS Code, asterisk on the icon in JetBrains).

VS Code JetBrains
All Changes All Changes

To see only unpushed changes in the tree like before (or even to see only pushed changes), you can change the view filters, which appear as a filter icon in VS Code, and as an eye icon in JetBrains.

VS Code JetBrains
Pushed Changes Option Pushed Changes Option

When viewing a diff of a file it will also only show pushed or unpushed changes depending on the view filters you selected. You can also change the view filter for diffs independently of the tree, using the view filter on the right-hand side.

VS Code JetBrains
All Changes All Changes

OS-level calling notifications

As the calling notifications in the IDE can be quite hard to notice, you can now enable OS-level notifications via your browser. Next time you answer a call, your browser should prompt you to enable push notifications for GitLive. Once enabled you will receive notifications for incoming calls inside your IDE (if open) and also at the OS-level. Clicking on the OS-level notifications will answer the call directly.

Mac Linux
Foreground Notification Mac Foreground Notification Linux

Learn more about calling in GitLive.

Choose where to branch from when starting a new issue

Before, when selecting an issue to work on in GitLive, a feature branch named after that issue automatically gets created (if it does not already exist) and checked out from the default branch.

We have updated this functionality so you can now choose which branch to use as a starting point for a new issue when selecting an issue.

VS Code JetBrains
Branch from default or current branch

And for existing issues that are already associated with a branch you will now see the name of the connected branch in the issue selector.

VS Code
Branch names
JetBrains
Branch Names

Learn more about issue tracking in GitLive.

That's it for now, we would love to know what you think of these updates and how we can make GitLive better for you, so please reach out via the comments section below.


Original Link: https://dev.to/gitlive/gitlive-14-0-codeshare-without-calling-view-teammate-s-pushed-changes-and-more-18d6

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To