Skip to content

sudirput623-ctrl/coding-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

coding-bot

Go to your project folder

cd path/to/your/project

Initialize git if not already

git init

Add files

git add . git commit -m "First commit"

Create repo on GitHub (via website or CLI) and then connect:

git remote add origin https://github.com/YOUR-USERNAME/YOUR-REPO.git git branch -M main git push -u origin main

About

new bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published