Software/Scripts GitHub Desktop 3.2: Preview your pull request

Git

Premium
Premium
Регистрация
09.02.2010
Сообщения
270
Реакции
41
Баллы
28
Native language | Родной язык
English
In GitHub Desktop 3.1, we introduced viewing the . This allows you to be certain there are no unintended changes in the group of commits you are about to push. Taking that feature to the next level, GitHub Desktop 3.2 allows you to “Preview your Pull Request”– see a diff of all the changes being introduced by your feature branch into your repository’s default branch. GitHub Desktop helps you feel confident in your Git workflows, and now we want to help you feel confident in your GitHub workflows as well.

Preview your pull request​


If you find yourself apprehensive to push your changes up to GitHub.com and open a pull request, you will like the confidence boost reviewing your pull request locally will give you. Have you ever submitted a pull request only to find you’ve accidentally left in a debugger statement, requiring you to return back to your local environment, remove the debugger, commit, and push up the change? This can be annoying, time consuming, and maybe even a little embarrassing. Now with the “Preview Pull Request” feature, you can see the diff of all the changes brought in from all the commits on your feature branch before opening your pull request. It lets you do that double-checking before leaving your local development environment.

The pull request preview open showing a file change with a debugger in it.


Recent Highlights​


Since our , we have had a plethora of great enhancements released, including improved submodule support, notifications for forks, multi-commit diffing, force pushing, and fetching.

Force pushing and fetching​


Previously, you could only force push after an action such as rebasing. Now, when you find your branch in any diverged state, you can opt to use the force push repository menu item. For example, you can force push when commits exist on the remote that you are sure you want to overwrite.

GitHub Desktop repository in a diverged state with repository menu open showing force push menu item


Similarly, you may find yourself in a new local branch you are not ready to publish, yet you want to fetch to see if there are any new changes on your main branch you would want to merge in. Instead of having to switch branches, you can use the repository menu item to fetch those changes.

Notifications for forks​


If you have been enjoying our pull request notifications on your repositories, you will be happy to hear that those same notifications are now supported on forks.

A pull request checks failed notification


Improved submodule support​


Submodule support is much improved by providing a more detailed “diff” when you have changes. You will now know whether submodules are just pointing at a different commit or if there are changes within them that you must commit. You can also open the submodule at the click of a button!

Showing a submodule diff demonstrating a submodule with changes and a new commit


Multi-commit diff​


You can see all the changes across multiple commits by just selecting them. That way, you can be certain about the changes you’re about to push or merge onto another branch, and make sure no unintended changes are included in them.

Showing the diff across three commits in the GitHub Desktop development branch history


Shout out to our open source contributors​


GitHub Desktop is proud to be an and represents both GitHub and the open source community. Since 3.1, 17 enhancements and fixes from our open source contributors have shipped to production and 5 more shipping with 3.2. We always have great input from our open source community—whether that be quick issue reporting, beta feedback, enhancement suggestions, or contributing many fixes and improvements for everyone to enjoy. Thank you all for supporting GitHub Desktop and making GitHub Desktop better for you and others!

A scrolling timeline of all open source release notes grouped by release
 
198 160Темы
635 131Сообщения
3 618 413Пользователи
atascheНовый пользователь
Верх