TweetTheGit
Post your git commit messages to twitter automatically! more…
Post your git commit messages to twitter automatically! more…
Copy post-commit to your .git/hooks directory and make it executable:
$ chmod +x .git/hooks/post-commit
then modify post-commit with your twitter credentials.
This is what it looks like:
http://twitter.com/tweetthegit
Cloning this repository:
git clone git://gitorious.org/tweetthegit/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/tweetthegit/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
