git checkout maingit pull origin maingit checkout <branch_name>git merge main
git checkout -b your_branchgit add .git commit -m "Your commit message"git push origin your_branch
- Navigate to your repository on the GitHub.
- Create a pull request from the 'menu' branch to the main branch.
- Provide a meaningful title and description for the pull request.
git checkout maingit pull origin maingit checkout your_branchgit pull origin your_branch
git merge main
git checkout your_branchgit fetch origin maingit merge origin/maingit add .git commit -m "Merge changes from main into your_branch"git push origin your_branch
- If the entity you are working on is not created, please create it.
CREATE DATABASE restaurantdb;
git clone https://github.com/SpringBootDevs/backend-restaurant-project-.git