We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before you make a push to your own branch! Make sure you have the most updated version. You should do as following..
git add -A git commit -m "message"
check out into master and pull the updated version
git checkout master git pull
check into your own branch and merge the master
git checkout [branchName] git merge master
fix the conflicts files by find each file and decide which you want. Check the HEAD AND MASTER
commit the fix result and push into your own branch
git add -A git commit -m "fix conflict" git push origin [branchName]
The text was updated successfully, but these errors were encountered:
@OliviaHY @Expo0911
Sorry, something went wrong.
If you haven't done anything yet. just do the step 2.
No branches or pull requests
Before you make a push to your own branch! Make sure you have the most updated version.
You should do as following..
check out into master and pull the updated version
check into your own branch and merge the master
fix the conflicts files by find each file and decide which you want. Check the HEAD AND MASTER
commit the fix result and push into your own branch
The text was updated successfully, but these errors were encountered: