git-prompt
git-prompt copied to clipboard
Monitoring of remote branch
hourly checks new commit in remote branch and
$ git fetch remoteBranch
and show in the prompt the number of new remote commits
TODO
- change fetch lines to a more silent line, ignoring
DONEoutput. - convert in a module with on/off option.
with
git fetch $remote >& /dev/null &
download the branchs, but how ignorate the output "Done"
This is very good staff. I was planing to add something like this myself. But it is not ready for prime time (merging into master) yet. I've added remote-watch branch for now. I am going to add some modification. Please use this branch, so it will be easier for us coordinate commits.
I've added you to git-prompt collaborator list. You have full access to git-prompt repo. Please do not use master, commit only to remote-watch branch.
ok,
in remote-watch , I changed README to markdown for display the png.