

With Fork, you can now lock and unlock files from LFS menu in file context menu, avoiding potential binary merge conflicts in LFS files. Git LFS locking is a feature that lets developers lock files on the server, preventing their concurrent modification by multiple users of the same repository. Ability to create pull requests for GitHub, Bitbucket, GitLab, Azure DevOpsĬreate a pull request on GitHub, Bitbucket, GitLab or Azure Devops through the branch context menu. Use the mouse to drag a branch on the sidebar into another branch, and choose whether to merge or rebase from the resulting popover. Merge and rebase branches using drag & drop on sidebarįork now allows for a more intuitive way to merge and rebase branches – drag & drop. Until now, you had to stash all changed files – but now the option to stash individual files is available in file context menu. When there’s fairly large WIP going on in your working directory, you might want to stash it to work on something else if needed. Partial stash (available in file context menu)
#Swift share menu github windows
Today, we’ll take a quick look at the most important changes that recently made it to the Windows version of Fork. There’s been quite a few new features and improvements in Fork for Windows since our last blog post.
#Swift share menu github for mac
It’s also easy to pick out what other pull requests were merged while the feature was still in progress.ĭownload Fork right now and share your feedback with us! Download Fork for Mac Download Fork for Windows We can clearly see when the work on feature #20782 had begun, which commits it contained, and when it was merged into the main branch. Here’s how it looks when applied to the Swift repo. Collapse all branches using the context menu of the graph and expand the ones you’d like to keep. With Fork, you can collapse all merge commits and only display those you need right now. It is one of the largest GitHub repositories to date, with more than 100,000 commits and 32000 closed pull requests.Ĭould you tell which commits make up pull request #20782 from this screenshot? This allows you to hide unnecessary commits, make sense of a messy contribution graph, and to only concentrate on the changes made in a certain branch.Ĭonsider a real-life example: the Swift language source repository. Recent Fork updates have added the ability to expand and collapse merge commits in the commit graph by clicking on their tips or using ←/ → keyboard shortcuts.
