Skip to content

hideGit 0.0.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 17:54
· 110 commits to main since this release
227cb0d

hideGit is pre-alpha. Git 2.30 or newer must be installed and on your PATH.

Platform Download
macOS 11+ (Intel and Apple Silicon) hidegit-*-macos-universal.zip
Windows 10+ hidegit-*-windows-x86_64.zip
Linux (glibc 2.35+) hidegit-*-linux-x86_64.tar.gz

These builds are not signed with a developer certificate

There is no paid signing certificate behind this project yet, so each
operating system will ask you once whether you meant to run it.

macOS — unzip, drag hideGit.app to Applications, open it. macOS
refuses the first launch; go to System Settings → Privacy & Security,
scroll to the message about hideGit, and choose Open Anyway. From a
terminal, xattr -dr com.apple.quarantine /Applications/hideGit.app
does the same thing in one step.

Windows — unzip and run hidegit.exe. SmartScreen shows "Windows
protected your PC"; choose More infoRun anyway.

Linux — unpack and run ./hidegit, or install the binary along with
its launcher entry and icons:

PREFIX=~/.local ./install.sh

Verify a download against SHA256SUMS.txt before running it.

What's Changed

  • M1 — Scaffold & read-only viewer by @youhide in #1
  • M2 — Working directory by @youhide in #2
  • docs: bring the README up to M2 by @youhide in #3
  • feat: an application icon on every platform by @youhide in #4
  • M3 — Branches & remotes by @youhide in #5
  • M4 — Pull request alerts by @youhide in #6
  • M5 — History operations by @youhide in #7
  • M6 — Interactive rebase editor, keyboard shortcuts, and a keychain-free dev build by @youhide in #8
  • Drag a branch onto another to merge or rebase by @youhide in #9
  • A light theme, designed rather than inverted by @youhide in #10
  • A settings screen, and a config file that survives it by @youhide in #11
  • Blame, and the last NotImplementedYet by @youhide in #12
  • Search commits by summary, message, author or hash by @youhide in #13
  • Drop GitLab and Bitbucket, and bring the README up to M6 by @youhide in #14
  • Multi-repository tabs by @youhide in #15
  • Make sheets and prompts reachable from the keyboard by @youhide in #16
  • feat: downloadable builds, unsigned on purpose by @youhide in #17
  • ci: current majors for the GitHub-owned actions by @youhide in #18
  • chore: version 0.0.1 by @youhide in #19

New Contributors

Full Changelog: https://github.com/youhide/hideGit/commits/v0.0.1