This activity demonstrates how to create a local git repository. It also discusses basic tracking of files through commits.
Objectives
- Create a git repository locally and emphasize the use of Git in your local project in a CI/CD environment.
Output
1) Install bash and vim.
2) Install git.
3) Create activity1 directory.
4) Initialize activity1 as git repository.
5) Created and added README.md.
6) Commit README.md on the master branch.