Thursday, April 15, 2010

Step 7 - Introduce change

Step 7 Introduce change
Change the message "Hello world" to "Welcome to Heroku" by using Vi command
After that do these following commands again
- git init
- git add .
- git commit -m "Change the message"
- git push heroku master

No comments:

Post a Comment