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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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