Github Repo For Lucky

  1. Delete the .git folder that’s in the project folder, that will be hidden and following the following commands:

Once you delete the .git folder, you need to run the following code step by step vs code terminal ( or via any other but need to be in the project folder path ).

git init
git add . 
git commit -m " project uis are almost done "
git remote add origin https://github.com/rabinacharya11/sa_scoring_app.git
git push -u origin master

for the commands to function make sure you have the accepted the invitation or has the access to the repository that’s in github.

Updated on