Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 146 Bytes

workflow_github.md

File metadata and controls

14 lines (7 loc) · 146 Bytes

git checkout -b "nome da featurre"

git commit ""

git checkout master

git pull master

git checkout feature

git merge master

git push branch