ReactJS com Vite + GitHub + Git Rebase
Автор: Adriano Domingues Programador Móvel
Загружено: 2026-03-07
Просмотров: 10
Описание:
Template about project ReactJS with Vite, Git and GitHub
Passo a passo do projeto no README.md
https://github.com/programadormovel/m...
npm create vite@latest meu-projeto-rebase -- --template react
cd meu-projeto-rebase
npm i
git init
git add .
git commit -m "init"
git branch -M main
git remote add origin https://github.com/SEU_USUARIO/meu-pr...
git push --set-upstream origin main
git switch -c feature/cor-de-fundo
edita arquivo
git add .
git commit -m "fix: cor de fundo alterada"
git push -u origin feature/cor-de-fundo
git checkout main
git pull origin main
git rebase feature/cor-de-fundo
git push origin main
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: