Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipx86/git-scripts
Custom utility scripts for Git
https://github.com/chipx86/git-scripts
Last synced: 16 days ago
JSON representation
Custom utility scripts for Git
- Host: GitHub
- URL: https://github.com/chipx86/git-scripts
- Owner: chipx86
- Created: 2010-10-19T20:01:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-19T20:09:18.000Z (over 14 years ago)
- Last Synced: 2023-04-10T23:17:14.279Z (almost 2 years ago)
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=============================
ChipX86's Git Utility Scripts
=============================This is a repository of utility scripts for use with Git. At the moment, it's
quite small (just one script).Scripts
=======git-hatchet
-----------Splits apart a commit by file paths into new branches. git-hatchet is useful
when you've worked on a large change touching multiple components and want
to split it up for easy review or more fine-grained commits.git-hatchet takes a branch and one or more paths (which may have wildcards).
It will operate on HEAD, taking every modified file in the paths and move them
to branch. HEAD will be updated to remove those files. If you pass
``--extract-only``, the files will remain in HEAD.For example::
$ git hatchet win32-changes src/win32/* docs/windows.txt