Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 374 Bytes
  1. Cloning into a project : 1:23
  2. Creating a new branch off of the master branch : 3:23
  3. git status : 5:02
  4. git add . or git add filename : 5:50
  5. git status : 6:12
  6. git commit -m "message here" : 6:45
  7. git push origin branchname : 8:15
  8. Go to the repo in GitHub and create the pull request! : 10:15
  9. Tada!! 🎉PR Created! : 11:08
  10. LINE ADDED