Here’s how: $ git clone git@github.com:your-username/s2i-aspnet-example.git Make changes to the app, for instance, edit the app/Views/Home/index.cshtml file. Then add, commit and push your changes with git: $ git add app/Views/Home/index.cshtml $ git ...
↧