Skip to content

Commit

Permalink
new README to describe the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ywen2 committed Sep 26, 2011
1 parent 3fc82c3 commit 42ff515
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1 +1,6 @@
A collection of bash scripts helping on different git tasks

## Scripts descriptions
* gitcreatebranch (branch-name) - It creates a branch with branch-name on the remote, and then track the branch locally
* delete_git_branch (branch-name) - It reverts what gitcreatebranch does (remove both remote and local branch)
* gitci - Do a git diff and git status, asking if the user wants to continue given the information being presented. If the suer says Yes, the script will commit and push the changes

0 comments on commit 42ff515

Please sign in to comment.