Skip to content

harishtaa/Hacktober-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktober-2020

Give a star 🌟. Get your projects merged quickly on valid pull requests.

Happy coding

  • Anyone can add any type of html-css web page depends on you.

  • You can add any small projects you have made.

  • You can add programs too, in any programming language.

  • Do not add anyone else's work in this repository.It will leads to failure of your pull request.

Anybody can make contribution.

Steps To Generate PR(Pull Request)

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command

git clone https://github.com/{your-github-username}/Hacktober-2020.git

Create a branch

Then create a branch on your local repository to solve a problem.

terminal commands

git checkout -b your_new_branch_name

Add & commit

Make necessary changes and commit those changes.

terminal commands

git add .
git commit -m "your-commit-message"

Push changes to GitHub

Finally push your local repository to remote repository Compare & Submit a Pull Request

terminal commands

git push origin <branch-name>

We're happy to merge valid pull requests to this repository!

About

An open source repository to contribute any projects or programs you have made.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 22.2%
  • SCSS 18.0%
  • Less 17.8%
  • HTML 13.9%
  • JavaScript 13.7%
  • CSS 9.1%
  • Other 5.3%