Git Flow Cheat Sheet

ADVERTISEMENT

Git Flow Cheat Sheet
by
vmalkani
via
Git Flow New Project
Git Flow Existing Project
Get a Feature Branch
git clone
git@gitlab.s
clone a new repository (use
git clone
git@gitlab.s
clone repo
git remote show origin
outputs: features, listed as
tem.com:<repository>
gitlab to create a new reposi
tem.com:<project>
features/*
tory)
cd <project>
change to new
git flow feature pull origin
pull feature to your local
cd repo
change to repo directory
repo directory
<feature>
repo
git flow init -d
initialize git flow
git flow init -d
initialize git flow
Create Feature Branch
git push -u origin
push new develop branch
git pull origin develop
pull develop
develop
that was created to remote
branch
git remote show origin
outputs: current features on
repo
remote repository
git branch --set-upstream
track remote
git branch --set-ups
track develop
develop origin/develop
develop branch
git flow feature start <
creates feature
tream develop origin
featurename>
/develop
git flow feature publish
pushes feature to remote
<featurename>
repository
Cheatographer
Cheat Sheet
Sponsor
vmalkani
FeedbackFair, increase your conversion rate today!
This cheat sheet was published on 21st February,
2013 and was last updated on 21st February, 2013.
Try it free!

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education
Go