Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fddfbd commit a082451Copy full SHA for a082451
1 file changed
CONTRIBUTING.md
@@ -67,7 +67,7 @@ git remote add upstream https://github.com/utPLSQL/utPLSQL.git
67
git fetch --all
68
69
# clone utPLSQL master branch from upstream into utPLSQL sub-directory of your project
70
-git clone --depth=1 --branch=master https://github.com/utPLSQL/utPLSQL.git
+git clone --depth=1 --branch=master https://github.com/utPLSQL/utPLSQL.git utPLSQL_latest_release
71
72
# download beta version of utPLSQL-cli
73
curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-test3.zip
0 commit comments