Skip to content

Instantly share code, notes, and snippets.

@LuboTerifaj
Last active March 30, 2021 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuboTerifaj/30af939675b6676152f895996375ef50 to your computer and use it in GitHub Desktop.
Save LuboTerifaj/30af939675b6676152f895996375ef50 to your computer and use it in GitHub Desktop.
########################################################
# To add remote repository, execute one of the following
########################################################
# git remote add business-central http://localhost:8080/business-central/git/$SPACE_NAME/$PROJECT_NAME
git remote add business-central http://localhost:8080/business-central/git/MySpace/mybusinessapp
# git remote add business-central ssh://localhost:8001/$SPACE_NAME/$PROJECT_NAME
git remote add business-central ssh://localhost:8001/MySpace/mybusinessapp
# git remote add business-central ${BUSINESS_CENTRAL_HOME}/bin/.niogit/$SPACE_NAME/$PROJECT_NAME.git
git remote add business-central home/user/jbpm-kogito-home/jbpm-server-7.51.0.Final-dist/bin/.niogit/MySpace/mybusinessapp.git
########################################################
# Check your remote repositories
git remote -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment