Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 481 Bytes

Task

  1. Fork the repo.
  2. Clone this repo to your computer.
  3. Create a text file(name.txt). Write your name in the file.
  4. Use git to push the file to your repo and then create a pull request.

Resources

Important commands

  • git clone repo_link
  • git add .
  • git commit -m"message"
  • git push origin master