Skip to content

Instantly share code, notes, and snippets.

View mirlisboa's full-sized avatar

Mirela Lisboa Sobreira mirlisboa

View GitHub Profile
# Step 1
# create main branch locally, taking the history from master
git branch -m master main
# Step 2
# push the new local main branch to the remote repo (GitHub)
git push -u origin main
# Step 3
# switch the current HEAD to the main branch
@mirlisboa
mirlisboa / postman-api-testing.md
Created February 10, 2023 13:21 — forked from zec4o/postman-api-testing.md
Testes Automatizados de API com Postman