Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 174 Bytes

adding_newfile.md

File metadata and controls

14 lines (7 loc) · 174 Bytes

Adding new files

  • Check status

    git status
    
  • Stage changes

    git add file_name
    
  • Commit staged changes

    git commit -m "Your message here"