0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Keeping track of version and release notes. At some point I will make programmatic use of that version number. More... over 11 years ago
Fixing a bug where we did not respect the local name for a repo. For example: git flow clone [email protected]:some_proj my_project # should clone into "my_project" # should not clone into "some_proj" More... over 11 years ago
OK.. we need this directory after all for homebrew's Cellar. More... over 11 years ago
Updated the README with actual installation instructions. Brew does not seem to work yet :( More... over 11 years ago
git flow does not require the ancillary scripts to be executable. More... over 11 years ago
Since we depend on gitflow, it already sets the correct permissions on /usr/local/bin. More... over 11 years ago
Attempting to get this script to install using homebrew on Mac OS X. See: http://mxcl.github.com/homebrew/ More... over 11 years ago
Adding usage instruction for the -p flag. More... over 11 years ago
Updated the README to match recent changes. More... over 11 years ago
Added a bunch of improvements to the script: * -p flag to indicate creating directories to mirror repo structure * only create local master/develop branches * initialize repo for Gitflow * handle both ssh and http style urls git flow clone gi...@united:path/to/repo git flow clone https://github.com/nvie/gitflow.git More... over 11 years ago
Forgot to format code block. More... almost 12 years ago
Updated documentation... * better explanation of the raison-d'etre * more clear installation instruction? * todo that lists main limitation (default branch names assumed) More... almost 12 years ago
Code example needs to be indented with 4 spaces in Github's markdown. More... almost 12 years ago
Added an example of 'git flow clone' being used. More... almost 12 years ago
Added installation instructions. More... almost 12 years ago
git flow clone Clone a git repo with support for the gitflow branching model More... almost 12 years ago
Initial commit More... almost 12 years ago