git-flow-cheatsheet
git-flow-cheatsheet copied to clipboard
A cheatsheet on the usage of git flow
The install instructions tell to install git-flow-avh which is a newer fork of the original git-flow. One of the key differences is that release and hotfix-tags are not solely present...
Hi, I recently update to Angular 10 and when I build my app, I get the bellow issue. node_modules/angular-vertical-timeline/dist/vertical-timeline.module.d.ts:2:22 - error NG6002: Appears in the NgModule.imports of OrderServiceModule, but could...
Hi, whenever I use git flow feature pull I get a message saying it will be deprecated and I should use feature track instead. However, when I'm trying to switch...
I don't know if is an omission in the page or git flow don't work well with hotfix publish, but is not specified that you can publish a hotfix. But...
Hello, after writing command : $ git flow feature pull origin MYFEATURE ->The command 'git flow feature pull' will be deprecated per version 2.0.0. Use 'git flow feature track' instead....
A guess that would be cool. If had shortcuts to the commands? such as: Instead of: `git flow feature start new-feature`. Would be: `git flow f start new-feature` Or: `git...
Hello, under what license is this work published? Can I modify it and use it at work to train my staff? Would you care adding a LICENSE file at the...
The cheatsheet has docs for `hotfix`, `feature`, etc. But - as `bugfix` - nothing for `support`.
Hi, How to disable merge messages? I don't want to have something like "Merge branch hotfix/name". I tried to leave it blank but I can't.