This is mainly for me, since I cant seem to memorize this process.
After creating the gemfile, go ahead do the bundle install in the command line, or terminal. Then:
git init
git add .
git commit -m “message”
git remote add origin git@github.com:git_username/app_name.git
git push origin master