Yet More Git Practice

  • Create a Git repository on Github.
  • Commit and push an index.html file on the master branch.
  • Create a new branch called addAngular.
  • Add an app.js file and add Angular to your html and js files.
  • Make it so that $scope.test = "Hello World!" will display Hello World! on the screen.
  • Push the new branch to your repository, create a pull request, and merge the new branch into master.
  • Add a .css file on another branch and repeat this process.