Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 234 Bytes

File metadata and controls

11 lines (10 loc) · 234 Bytes

github setup

--------------------------

> git init  
> git add README.md  
> git commit -m "first commit"  
> git branch -M main
> git remote add origin <git@github.com>:codingdud/{name}.git  
> git push -u origin main