Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

PLAT-270_feature_branching_documentation initial commit for feature b… #275

Merged
merged 6 commits into from
May 25, 2016

Conversation

wagg-matt
Copy link
Contributor

Feature branching docs for campaign repo

@bimsonz
Copy link
Contributor

bimsonz commented May 25, 2016

id probably change it to git pull origin develop
and depending on what your using your mileage will vary but i like to use -v when committing, it gives you a verbose output of what you're committing and what you're not

that's my 2 pence haha

Matt Wagg added 2 commits May 25, 2016 16:46
@wagg-matt
Copy link
Contributor Author

@bimsonz thanks for taking a look. -v is a new one on me, might give that a shot in future.

Have added the first line in and re-committed, are you happy to merge?

@bimsonz bimsonz merged commit d529acd into develop May 25, 2016
@bimsonz bimsonz deleted the feature/PLAT-270_feature_branching_documentation branch May 25, 2016 16:03
@bimsonz
Copy link
Contributor

bimsonz commented May 25, 2016

Merging @wagg-matt any updates can be done via github direct anyway


Enter the following command `git checkout -b feature/PLAT-123_test_feature_branch`

This will create a branch called `feature/PLAT-123_test_feature_branch` for you to do your work.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That command create the branch and change your actual branch to that one. I think is important to mention that because you can create a branch and don't change your actual branch with git branch <branchName>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Saphyel git checkout -b will create the branch and check it out... am i missing something ?

@pvhee pvhee mentioned this pull request Jan 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants