Bright688/test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
git config --global user.email "you@example.com" git config --global user.name "Your Name" git init git add . git commit -m "your message" git remote add origin https://github.com/Bright688/test.git git push -u origin main