Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 221 Bytes

File metadata and controls

15 lines (8 loc) · 221 Bytes

Simple steps to initialize and link with the gitHub:

git init

git remote add origin git@github.com:stingerBoo/Timer.git

git status

git add .

git commit -m "your comment"

git branch -M main

git push -u origin main