Elevate-labs : Version control a DevOps project (Task 3)
Build a Version-Controlled DevOps Project with Git
Objective: Manage a DevOps project using Git best practices.
Tools: Git, GitHub
Deliverables: Project repo with proper commits, branching
Hints:
a.Initialize repo and push to GitHub.
b.Create dev, feature, and main branches.
c.Use pull requests to merge.
d.Add a proper README.md.
e.Use .gitignore and tags.
f.Document all tasks using markdown.