Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 624 Bytes

This is a Testing Repo For All the New Github users

Keep on Testing

Try out all functionalities of github here.

Trying all headers

ABC -THIS IS THE BIGGEST HEADER

ABC

ABC

ABC

ABC
ABC - THIS IS THE SMALLEST HEADER

Cheat sheet- Start your own local repo and link it

git init -b main
git add . && git commit -m "First Commit"

git remote add origin <REMOTE_URL>

git remote -v