Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 549 Bytes

rc_event_timer

Quick setup — if you’ve done this kind of thing before

https://github.com/connectnitesh/rc_event_timer-.git

or create a new repository on the command line

git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/connectnitesh/rc_event_timer-.git git push -u origin main

or push an existing repository from the command line

git remote add origin https://github.com/connectnitesh/rc_event_timer-.git git branch -M main git push -u origin main