- Knowledge share is a website where you can add resources related to programming and other competitive exams
HTML JS CSS
- Github
- Link
- https://guides.github.com/
- HTML CSS Java Script-Youtube or Google
-
Fork this repo
-
Clone the above repository
https://github.com/{your user name}/KnowledgeShare.git
-
Now in your local machine go to the project directory
-
Do modifications in your code
git status
git add .
git commit -m "message"
-
Add a descriptive commit message
-
To check about commit messages follow the below link
- Create a branch which has a descriptive name that explains the issue it solves
git push origin {branch name}
-
Now using UI, create a pull request and add issue no it solves in the description.
-
To be updated with main branch commits you need to create a upstream
git remote add upstream https://github.com/tejaswini22199/KnowledgeShare.git
git pull upstream
Do Star this Repository 🌟
Display Forks, Contributors and Stars.