— by Abhisek Pattnaik <[email protected]>
git clone https://github.com/datasift/gitflow hubflow
cd hubflow
cp git-hf* <git-install-dir>/bin/
cp hubflow-common <git-install-dir>/bin/
git submodule update --remote --init --checkout
cp shFlags/src/shflags <git-install-dir>/bin/hubflow-shFlags
git hf help
NOTE: Neither Hubflow or Gitflow workflow support fork and PR workflow for Open Source projects. You'll have to manually do that. Just follow the nvie's gitflow workflow as a bird's eye view reference.
NOTE: If using gitbash, the
git-install-dir
is/mingw64
. If you encounter apermission denied
error when attempting to copy the hubflow files as outlined above, run git bash as an administrator.
the above required executing in powershell with admin privileges, but after when i tried
git hf help
:git: 'hf' is not a git command