devops-practice git clone cd devops-practice echo "My first DevOps project" > file.txt git add . git commit -m "Initial commit" git push