Move monad to msostc
Run `git submodule sync` to update monad's remote. diff --git c/.gitmodules i/.gitmodules index 61529ee9f..3794c1aa8 100644 --- c/.gitmodules +++ i/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/monad"] path = src/monad - url = https://microsoft.visualstudio.com/DefaultCollection/PowerShell.Monad/_git/monad-sync1 + url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad [submodule "ext-src/cppunit"] path = ext-src/cppunit url = git://anongit.freedesktop.org/git/libreoffice/cppunit/
This commit is contained in:
parent
dc50755f91
commit
c0293f1175
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "src/monad"]
|
[submodule "src/monad"]
|
||||||
path = src/monad
|
path = src/monad
|
||||||
url = https://microsoft.visualstudio.com/DefaultCollection/PowerShell.Monad/_git/monad-sync1
|
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad
|
||||||
[submodule "ext-src/cppunit"]
|
[submodule "ext-src/cppunit"]
|
||||||
path = ext-src/cppunit
|
path = ext-src/cppunit
|
||||||
url = git://anongit.freedesktop.org/git/libreoffice/cppunit/
|
url = git://anongit.freedesktop.org/git/libreoffice/cppunit/
|
||||||
|
@ -57,7 +57,6 @@ To use Git's `https` protocol with VSO, you'll want to setup tokens, and have Gi
|
|||||||
9. Choose "All scopes"
|
9. Choose "All scopes"
|
||||||
10. Click "Create Token" (you may want to copy this token somewhere safe, as VSO will not show it again!)
|
10. Click "Create Token" (you may want to copy this token somewhere safe, as VSO will not show it again!)
|
||||||
11. Use this token as the password when cloning (and your username for the username)
|
11. Use this token as the password when cloning (and your username for the username)
|
||||||
12. Make a token for <https://microsoft.visualstudio.com> and use it when the `monad` submodule is cloned
|
|
||||||
|
|
||||||
### Download source code
|
### Download source code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user