Skip to content

Instantly share code, notes, and snippets.

View maximianodev's full-sized avatar
🏠
Working from home

Lucas Maximiano maximianodev

🏠
Working from home
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