Skip to content
New issue

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

Merge master branch of vscode-docs project #2

Closed
masanori1102 opened this issue Apr 28, 2019 · 0 comments · Fixed by #4
Closed

Merge master branch of vscode-docs project #2

masanori1102 opened this issue Apr 28, 2019 · 0 comments · Fixed by #4
Assignees

Comments

@masanori1102
Copy link
Contributor

masanori1102 commented Apr 28, 2019

This project is translating the documents under the release-notes directory of the Microsoft/vscode-docs project.
Therefore, it is necessary to merge changes periodically by the following command.

$ cd {This project's WorkingCopy}
$ git checkout -b issues/2 origin/master
$ git remote add upstream https://github.com/Microsoft/vscode-docs.git
$ git fetch --prune --all
$ git merge --allow-unrelated-histories upstream/master
@masanori1102 masanori1102 self-assigned this Apr 28, 2019
masanori1102 added a commit that referenced this issue Apr 28, 2019
masanori1102 added a commit that referenced this issue Apr 28, 2019
refs #2 Merge master branch of vscode-docs project into origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant