Skip to content

Instantly share code, notes, and snippets.

View maximianodev's full-sized avatar
🚀

Lucas Maximiano maximianodev

🚀
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