Closed alexbirukov closed 11 years ago
Hi! Thanks for the PR!
Can you please update your fork with the latest changes in the main repro ? (do git pull upstream master).
git pull upstream master
Then copy your new russian file in a temp location.
git checkout dev -> work in dev branch
git checkout dev
git pull upstream dev -> get my lastest version of dev branch
git pull upstream dev
copy the new russian file back into the lang folder
git commit -a -m '...' -> commit it
git commit -a -m '...'
git push origin dev -> push to your dev branch
git push origin dev
And do a pull request from your dev to my dev
dev
Then I will be able to pull it automatically.
Always check if there is a dev or integration branch that is ahead of master, change and pull request this branch.
integration
Master should only contains stable code, so the latest version are probably not in master.
:) Thanks !
@alexbirukov Any updates on that ? Let me know if you have any problems.
Did as you asked. Hope to do it right.
Yes #14 is perfect and pulled ! Thanks !
Hi! Thanks for the PR!
Can you please update your fork with the latest changes in the main repro ? (do
git pull upstream master
).Then copy your new russian file in a temp location.
git checkout dev
-> work in dev branchgit pull upstream dev
-> get my lastest version of dev branchcopy the new russian file back into the lang folder
git commit -a -m '...'
-> commit itgit push origin dev
-> push to your dev branchAnd do a pull request from your
dev
to mydev
Then I will be able to pull it automatically.
Always check if there is a
dev
orintegration
branch that is ahead of master, change and pull request this branch.Master should only contains stable code, so the latest version are probably not in master.
:) Thanks !