DS-73 / project-2022

Hacktoberfest 2022 repository of latest technology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022

My Remote Image

Get Started With your first Contrinution/Pull Request :

Fork/Copy the repo by clicking the right most button on top of the page.

Go to your own repository list and find the forked repository.

Clone the repo:

git clone https://github.com/DS-73/project-2022.git

In your local repository, run script/setup, move to the folder of the root directory

cd project-2022 

Create a folder named your GITHUB_USERNAME

mkdir YOUR_USERNAME

Start Adding your solved problems files into the directory.

Make a Commit to the added files

git add .
git commit -m "COMMIT MESSAGE"

Push the Changes to your own forked repository:

git push origin main

Now go to the Github Website and switch to the forked repository.

Click on preview and make pull request. A pull request is being made to the original Repository.

Once the Pull Request is made we will verify your solutions and merge the Pull Requests. With this you make your first valid pull Request.

About

Hacktoberfest 2022 repository of latest technology.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 92.1%Language:HTML 4.0%Language:JavaScript 2.4%Language:CSS 1.5%