Skip to content

cassiux/GitDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

GitDo

GitDo is a tool to help newbies (and not) to use GitHub, and is integrated with Growl notification system for Mac OS X.

Installation

GitDo installation is very simple, just run the following command in your terminal:

curl -s https://raw.github.com/cassiolupifieri/GitDo/master/bin/git-do > git-do ; chmod +x git-do ; mv git-do /usr/local/bin

Now you are ready to use GitDo in your git workflow.

Commands

Usage:

git do <command>

The GitDo commands are:

help - List all available commands.

growl - Check if Growl is running, if not start the application.

create-repo - Create remote Repository on Github and setup workflow.

create-branch- Create local Branch and move into itself.

delete-branch - Delete local Branch and switch to master.

share - Make your local Branch available remotely.

unshare - Delete your remote Branch.

publish - Create Pull Request direct on Gihub website.

Growl integration

This script works with Growl notification center, you will need:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages