Skip to content

WeiTingsys/chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our Proj

1. Setup

Fork the repo

git clone https://github.com/<your_username>/chatbot.git
cd smoolah

2. working on a branch

git checkout -b <branchName>

3. pushing onto main

git add <file>
git commit -m <message>
git push -u origin <branchName>

Go to github to merge and commit the changes

4. downloading onto your com the updates

git switch main
git fetch
git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 20.7%
  • HTML 20.1%