mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-13 21:44:40 -04:00
fixed issue related to git configuration in the automatic way
This commit is contained in:
parent
71bb8ee77f
commit
d28f1f46b9
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ goto:eof
|
|||
set cur_dir=%CD%
|
||||
cd !repository_path!\coco
|
||||
|
||||
git remote rm origin
|
||||
git remote add origin https://!git_username!:!git_password!@github.com/!git_username!/codecombat.git
|
||||
"%git_app_path%" remote rm origin
|
||||
"%git_app_path%" remote add origin https://!git_username!:!git_password!@github.com/!git_username!/codecombat.git
|
||||
|
||||
cd !cur_dir!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue