— 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.
Hi, it didn't work. Any ideas why?
`
lenovo@lenovo-PC MINGW64 ~/Documents/gits/hubflow (master) $ cp git-hf* C:/Program\ Files/Git/bin lenovo@lenovo-PC MINGW64 ~/Documents/gits/hubflow (master) $ cp hubflow-common C:/Program Files/Git/bin cp: target 'Files/Git/bin' is not a directory lenovo@lenovo-PC MINGW64 ~/Documents/gits/hubflow (master) $ cp hubflow-common C:/Program\ Files/Git/bin lenovo@lenovo-PC MINGW64 ~/Documents/gits/hubflow (master) $ git submodule update --remote --init --checkout Submodule 'shFlags' (git://github.com/nvie/shFlags.git) registered for path 'shF lags' Cloning into 'C:/Users/lenovo/Documents/gits/hubflow/shFlags'... Submodule path 'shFlags': checked out '2fb06af13de884e9680f14a00c82e52a67c867f1' lenovo@lenovo-PC MINGW64 ~/Documents/gits/hubflow (master) $ cp shFlags/src/shflags C:/Program\ Files/Git/bin/hubflow-shFlags lenovo@lenovo-PC MINGW64 ~/Documents/gits/hubflow (master) $ git hf help git: 'hf' is not a git command. See 'git --help'. The most similar command is lfs
`