Lesson 1 - GIT GitLab and Source Control
Source control is important because it allows you to track changes to your code and rollback if you have made a mistake, it also allows to more easily colaborate with multiple developers working on the same project.
a) Install GIT
https://www.atlassian.com/git/tutorials/install-git
b) Sign up for GitLab -
https://about.gitlab.com/
This is where we will be storing our code which will later be used for deploying to our WordPress installation.
c) Create a branch to work on your code
git checkout -b mywordpresstheme
d) Commit and Push code to your gitlab repository
git add .
git commit -m "my initial commit"
git push
e) Configure GitLab CICD Pipeline for AutoDeployment
π Join the DevOps Dojo! π
Are you passionate about growth, learning, and collaboration in the world of DevOps? The DevOps Dojo is your new home! Whether you’re just starting out or looking to refine your skills, this vibrant community is here to support your journey.
π§ What You’ll Get:
- Access to expert-led discussions
- Hands-on learning opportunities
- Networking with like-minded professionals
Ready to take your DevOps game to the next level? Click below to learn more and join the community!
π Join the DevOps Dojo Today
Letβs build, grow, and thrive together! π