-
All PRs approved to branch develop and then Deleted from remote after approval
-
Update develop locally
git checkout develop && git pull origin develop
-
Start a new repository with support for the branching model(gitFlow)
git flow init
obs: git flow automatically changes the branch to develop, we are going to work on this branch.
*It will ask you the name of the branches that yo want to work. It is recommended to use the defaults, for it makes sense -
Create a feature branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 12, | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
cursorColor: 'rgba(248,28,229,0.8)', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-05-02T22:09:55.227Z","extensionVersion":"v3.4.3"} |
-
Clone project from bitBucket
git clone HTTP
- (remember to use GIT FLOW, I do have other tutorial about it here: http://simp.ly/p/wC5wm5 or https://gist.github.com/VitorTheGreat/eae501b6d908ef56c588417d6ad32f6a)
-
Install Vtex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |