Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 246 Bytes

File metadata and controls

21 lines (14 loc) · 246 Bytes

ansible-basic

GIT 101

  • Create your own branch
git checkout -b hungts-exercise-01-inventory-yml
  • Make your changes

  • Commit your changes

git add README.md
git commit -m "Update README.md"
git push
  • Create PR