Skip to content

Instantly share code, notes, and snippets.

View VitorTheGreat's full-sized avatar
💭
Working From Home - Feeling Fantastic

Vitor Hugo VitorTheGreat

💭
Working From Home - Feeling Fantastic
  • Dreams
  • São Paulo - Brazil
View GitHub Profile

GitFlow & Vtex IO - Workflow commands

  1. All PRs approved to branch develop and then Deleted from remote after approval

  2. Update develop locally

    git checkout develop && git pull origin develop 
    
@VitorTheGreat
VitorTheGreat / gitlfow_rocket.md
Last active December 23, 2021 14:37
Git Flow Basics

GitFlow Basics

  1. 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

  2. Create a feature branch

@VitorTheGreat
VitorTheGreat / hyper
Created May 14, 2020 16:06
Hyper config
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)',
@VitorTheGreat
VitorTheGreat / cloudSettings
Last active May 2, 2020 22:10
Vscode Settings - Front End preferences
{"lastUpload":"2020-05-02T22:09:55.227Z","extensionVersion":"v3.4.3"}
@VitorTheGreat
VitorTheGreat / vtexio_rocket.md
Last active December 15, 2022 16:51
Vtex IO Start (Basics)