mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
More tweaks
This commit is contained in:
parent
f7439f5aaf
commit
ce396439a4
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ REMOTE_URL="$(git remote get-url origin)"
|
||||||
COMMITTER_USER_NAME="$(git log --format='%an' -1)"
|
COMMITTER_USER_NAME="$(git log --format='%an' -1)"
|
||||||
COMMITTER_EMAIL="$(git log --format='%ae' -1)"
|
COMMITTER_EMAIL="$(git log --format='%ae' -1)"
|
||||||
|
|
||||||
cd ../../monaco-editor-website
|
cd ../monaco-editor-website
|
||||||
|
git init
|
||||||
git config user.name "${COMMITTER_USER_NAME}"
|
git config user.name "${COMMITTER_USER_NAME}"
|
||||||
git config user.email "${COMMITTER_EMAIL}"
|
git config user.email "${COMMITTER_EMAIL}"
|
||||||
git remote add origin "${REMOTE_URL}"
|
git remote add origin "${REMOTE_URL}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue