Skip to content

Kalai1999/Learn

 
 

Repository files navigation

How to PR to this repo

  1. Fork this repo to your github account by clicking on the fork icon in this repo.
  2. Clone the forked repo from terminal/git bash
git clone https://github.com/your github username/Learn.git
  1. Checkout to new branch
git checkout -b your-name/your-branch-name
  1. Create a folder in your name and add files(article) to it
  2. Add and commit the changes
git add .
git commit -m "Your message here"
  1. Push your branch to remote
git push origin your-name/your-branch-name
  1. If link was shown in the last step, click on it and create a PR. Else, open the repo manually in browser and create a PR

About

Learning materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.1%
  • Python 8.9%