Write a makefile for the following program: (1.0%) The makefile must:

Answer


Use Git and GitHub for the following sequence of actions:
  1. Create a directory called GitLab
  2. In that directory create HelloWorld.c
  3. Initialize a Git repository in the directory
  4. Add HelloWorld.c to the repository
  5. Commit the file
  6. Create a public GitHub repository called CSC322-GitLab
  7. Link the Git and GitHub repositories
  8. Push the initial repository
  9. Edit HelloWorld.c to "Hello Crool World!"
  10. Commit and push
  11. Create a branch called "Happy"
  12. Switch to the Happy branch
  13. Push the branch to GitHub
  14. Edit HelloWorld.c to "Hello Happy World!"
  15. Commit and push
  16. Switch to the main branch
  17. Edit HelloWorld.c to "Hello Very Crool World!"
  18. Commit and push
  19. Merge the changes from the Happy branch, to "Hello Very Happy World!"
  20. Commit and push
  21. Edit HelloWorld.c to "Hello Crazy World!"
  22. Commit and push
Submit the output from "git log --all --graph" from your main branch, and a screenshot of the network graph from GitHub. (1.0%)