GitHub Desktop 2.8.2 now offers a native build for Apple silicon machines that use Apple's new M1 chip.
You can install it immediately from the GitHub Desktop site, and in upcoming releases Desktop will upgrade to the native build automatically.
GitHub Desktop 2.8.2 now offers a native build for Apple silicon machines that use Apple's new M1 chip.
You can install it immediately from the GitHub Desktop site, and in upcoming releases Desktop will upgrade to the native build automatically.
You can now use the web UI to synchronize an out of date branch of a fork with its upstream branch. If there are no merge conflicts between the branches, the fork's branch is updated either by fast-forwarding or by merging from the upstream's branch. If there are conflicts, you will be prompted to open a pull request to resolve.
GitHub Desktop 2.8 now allows you to:
Learn more about each of these new features and see them in action in today's blog post.
GitHub CLI 1.9 allows you to work with GitHub Actions in your terminal:
gh workflow list
, gh workflow view
, gh run list
, and gh run view
gh run view --log
gh run view --log-failed
gh run download
gh run rerun
gh run watch
gh workflow run
gh workflow enable
and gh workflow disable
Learn more about GitHub CLI and check out the blog post to learn more about this release.
GitHub Desktop 2.7 includes cherry-picking interactively via drag and drop or via a context menu. A few additional features related to cherry-picking include:
Learn more about GitHub Desktop, or check out the full blog post about cherry-picking.