Skip to content

Instantly share code, notes, and snippets.

@LuboTerifaj
Last active March 30, 2021 16:12
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/534d611b8570d6e9c21dfcaacd22978d to your computer and use it in GitHub Desktop.
Save LuboTerifaj/534d611b8570d6e9c21dfcaacd22978d to your computer and use it in GitHub Desktop.
# cd $WORKING_DIRECTORY/$PROJECTS/$PROJECT_NAME
cd ~/jbpm-kogito-home/projects/Mortgage_Process
git init
########################################################
# To add remote repository, execute one of the following
########################################################
# git remote add origin http://localhost:8080/business-central/git/$SPACE_NAME/$PROJECT_NAME
git remote add origin http://localhost:8080/business-central/git/MySpace/Mortgage_Process
# git remote add origin ssh://localhost:8001/$SPACE_NAME/$PROJECT_NAME
git remote add origin ssh://localhost:8001/MySpace/Mortgage_Process
# git remote add origin ${BUSINESS_CENTRAL_HOME}/bin/.niogit/$SPACE_NAME/$PROJECT_NAME.git
git remote add origin ~/jbpm-kogito-home/jbpm-server-7.51.0.Final-dist/bin/.niogit/MySpace/Mortgage_Process.git
########################################################
git add .
git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment