I'm following this tutorial : https://developers.openshift.com/en/tomcat-getting-started.html#step2
Notice on step one the following part was exclude in command prompt. Any idea why ?
Cloned to: /home/me/git_demo/mytomcatapp
So i fixed this by following Creating a local folder and init git there and clone the web application to there.
But now i want to upload my local web application .
I get the same proplem as git push >> fatal: no configured push destination
But when i try :
git remote add demo_app 'git@github.com:levelone/demo_app.git'
i get an push default is unset error
I am cleary doing something wrong but i can figure out what ?