Open Issues Need Help
View All on GitHub develop 브랜치에 push할 때 주의사항(깃충돌 방지) 3 months ago
AI Summary: Before pushing to the `develop` branch of the EasyBank AI project (a financial chatbot for the elderly), ensure you first pull the latest changes from the remote `develop` branch to prevent merge conflicts. This involves checking out the `develop` branch, pulling changes using `git pull origin develop`, resolving any conflicts that arise, and then pushing your changes using `git push origin develop`.
Complexity:
2/5
help wanted