Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 357 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 357 Bytes

test-repo

  • Change one
  • Change two
  • Change three
  • Change four
  • Change five
  • Change six
  • Change seven
  • Change eight
  • Change nine
  • Change ten
  • Change eleven

git status; git checkout -b feature; git add .; git commit -m "Incoming changes"; git push origin feature;

git checkout main; git pull; git push origin -d feature; git branch -D feature