git init git config --global user.email "you@example.com" git config --global user.name "Your Name" git add . git status git commit -m "first commit" git push origin link
Kunal-agrawall/JavaScript
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git init git config --global user.email "you@example.com" git config --global user.name "Your Name" git add . git status git commit -m "first commit" git push origin link