Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcb/gitm
Git'm -- a tool for dealing with multiple git repos.
https://github.com/alexcb/gitm
Last synced: about 1 month ago
JSON representation
Git'm -- a tool for dealing with multiple git repos.
- Host: GitHub
- URL: https://github.com/alexcb/gitm
- Owner: alexcb
- Created: 2014-05-23T03:53:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T23:43:59.000Z (over 10 years ago)
- Last Synced: 2024-05-09T10:28:03.495Z (7 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitm
====Git'm -- a tool for dealing with multiple git repos.
Requirements
============Python3
blessings libraryIn development
==============This is still under initial development, commands that work are:
alexcb$ python3.4 gitm status
~/Desktop/funproject 3 modified
~/Documents/git/tracker 10 untracked
~/github/alexcb/python_utils Cleanor run any command across all repos with:
python3.4 gitm --
for example
python3.4 gitm -- pwd
python3.4 gitm -- git checkout -b new_branch_everywhere