Skip to content

v1.3.0 - 2024-01-29

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 22:31

Release Notes

  • Added new patchy branch-fetch subcommand, allows fetching GitHub branches locally. Usage:
Usage:

  patchy branch-fetch [<args>] [<flags>]
  » Fetch remote branches into a local branch

Examples:

  patchy branch-fetch helix-editor/helix/master
  » Fetch a single branch

  patchy branch-fetch 'helix-editor/helix/master@6049f20'
  » Fetch a single branch at a certain commit
  • Using a pr-fetch with no arguments will bring up the help menu now.

Install patchy-bin 1.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nik-rev/patchy/releases/download/v1.3.0/patchy-bin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/patchy/releases/download/v1.3.0/patchy-bin-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install nik-rev/tap/patchy-bin

Install prebuilt binaries into your npm project

npm install @nikitarevenco/[email protected]

Download patchy-bin 1.3.0

File Platform Checksum
patchy-bin-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
patchy-bin-x86_64-apple-darwin.tar.xz Intel macOS checksum
patchy-bin-x86_64-pc-windows-msvc.zip x64 Windows checksum
patchy-bin-x86_64-pc-windows-msvc.msi x64 Windows checksum
patchy-bin-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
patchy-bin-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
patchy-bin-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum