Commit f8ebe269 authored by ChakshuGautam's avatar ChakshuGautam
Browse files

Fix: Git from non SSH to SSH

Showing with 1 addition and 1 deletion
+1 -1
#!/bin/bash #!/bin/bash
git clone --recurse-submodules -j8 git@github.com:getodk/central.git git clone --recurse-submodules -j8 https://github.com/getodk/central
cd central cd central
# overwrite files from central-config to current folder # overwrite files from central-config to current folder
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment