🍺 BREW Explorer

← all formulae

git-now

brew install git-now v0.1.1.0 GPL-2.0-only

Light, temporary commits for git

7
30-day installs · #9650
14
90-day · #10914
53
365-day · #10889
187
★ GitHub stars · updated 4y ago

Runtime dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "gnu-getopt"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Light, temporary commits for git",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:04+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "git-now",
  "github_default_branch": "master",
  "github_last_commit_at": "2022-04-06T06:22:43Z",
  "github_readme_excerpt": "git-now\n========\n``git-now`` is a command-line tool for light and temporary commit.\nIt commits with a log message from time now and diff.\n\nUsage\n---------------\nCreate a temporary commit:\n\n    $ git now\n\nYou can use the same option as ``git add``.\n\n    $ git now [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]\n              [--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]\n              [--refresh] [--ignore-errors] [--ignore-missing] [--stat | -s] [--]\n              [\u003cfilepattern\u003e...]\n\n### Subcommands\n\nAvailable subcommands are:\n\n * rebase -    rebase for temporary commits.\n * push   -    rebuild that is remove and push remote branch.\u003cbr /\u003e\n   _If you already pushed ``git-now`` commits to remote and rebase these, you should run this subcommand._\n * grep   -    grep temporary commits.\n\n_Try \u0027git now \\\u003csubcommand\\\u003e help\u0027 for details._\n\n\nInstallation\n-------------------\n\n### Mac OS\nIf you\u0027re on a Mac and use [homebrew](http://github.com/mxcl/homebrew), it\u0027s simple:\n\n    $ brew install git-now\n\n#### install options\n * ``--zsh-completion``\u003cbr /\u003ecopy zsh completion function to ``/usr/local/share/zsh/functions`` for zsh users\n\n        $ brew install --zsh-completion git-now\n\n    Show details\n\n        $ brew options git-now\n\n### Manual installation\nIf you prefer a manual installation, please use the following instructions:\n\n    $ git clone --recursive https://github.com/iwata/git-now.git\n\n#### for Windows\nThen, you can install `git-now`, using:\n\n    \u003e .\\contrib\\msysgit-install.bat\n\nBy default, git-now will be installed in %HOME%, If %HOME% is not defined be installed in %UserProfile%\\bin.\n\n\n*note : shFlags needs \"getopt.exe\" or others, Reffer to [gitflow installation document] (https://github.com/nvie/gitflow/wiki/Windows).*\n\n#### for Others\nThen, you can install `git-now`, using:\n\n    $ sudo make install\n\nBy default, git-now will be installed in /usr/local. To change the prefix\nwhere git-now will be installed, simply specify it explicitly, using:\n",
  "github_repo": "iwata/git-now",
  "github_stars": 187,
  "github_topics": [],
  "homepage": "https://github.com/iwata/git-now",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 7,
  "installs_365d": 53,
  "installs_90d": 14,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-only",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "git-now",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 9650,
  "rank_365d": 10889,
  "rank_90d": 10914,
  "raw_hash": "6d999f3b4f4ac459",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/git-now.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.1.1.0",
  "versioned_formulae": [],
  "why_use_this": null
}