https://github.com/wannesm/wmgitttools
Some extra tools to work with git
https://github.com/wannesm/wmgitttools
Last synced: 2 months ago
JSON representation
Some extra tools to work with git
- Host: GitHub
- URL: https://github.com/wannesm/wmgitttools
- Owner: wannesm
- Created: 2011-10-26T16:31:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-17T16:01:05.000Z (over 13 years ago)
- Last Synced: 2025-02-05T08:51:42.726Z (4 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WM git tools
============Extra tools I use for working with git.
## Tools
### wmrepostatus
Check the status of all repositories in `~/.wmrepositories`.
$ cat ~/.wmrepositories
repos = [
("Repo1 name", "/Path/to/repo1"),
("Repo2 name", "/Path/to/repo2")
]
$ ./wmrepostatus
Repo1 name (origin/master) ................ +5
Repo2 (master) ............................ *1Meaning of symbols:
- **+5**: Local repository is ahead with 5 commits
- **-3**: Remote repository is ahead with 3 commits
- **\*1**: Repository has 1 file with not committed changes## Contact
**Main contact**
Wannes Meert
Department of Computer Science
K.U.Leuven
Celestijnenlaan 200A
3001 Heverlee (Leuven)## License
The Lesser GNU Public License, Version 3.0
http://www.gnu.org/licenses/lgpl-3.0.txtCopyright (c) 2011, K.U.Leuven. All rights reserved.