https://github.com/bmeurer/git-utils
Various git related utilities.
https://github.com/bmeurer/git-utils
Last synced: 11 months ago
JSON representation
Various git related utilities.
- Host: GitHub
- URL: https://github.com/bmeurer/git-utils
- Owner: bmeurer
- License: gpl-3.0
- Created: 2011-05-31T19:30:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-06T09:03:49.000Z (almost 15 years ago)
- Last Synced: 2025-03-16T09:27:16.470Z (over 1 year ago)
- Language: Shell
- Homepage: http://benediktmeurer.de/git-utils
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
git-utils - Various git related utilities
http://benediktmeurer.de/git-utils
git-utils is a collection of simple utilities that made my Git life easier
in some way or another. I tried to clean them up as much as necessary prior
to putting here, so it should be easy to use for others as well.
Installation
You don't need anything special, just a working installation of Git and a
UNIX system (tested with Mac OS X and Linux). To install the git-utils into
/usr/local run
$ sudo make install
or just pick the scripts that you need and place them wherever you want.
Description
git-copy Copy file from source path to target path and add the
target path to the Git index.
git-push-all Invoke git-push for all configured remote repositories.