Cloning, editing and pushing to GitHub 👯‍♀️
By Sulamita Ivanov

Posted on 2/12/2024

Cloning, editing and pushing to GitHub 👯‍♀️

Cloning, editing and pushing to GitHub is a great way to contribute to open source projects and build your portfolio at the same time. It’s also important to learn how to use git and GitHub because it’s a skill that is required for most jobs in the tech industry.

Let’s jump in! 🤿

Forking a repo

Cloning the repo

Open the terminal on your computer and type the following commands:

cd Desktop

git clone https://github.com/sulamitaivanov/portfolio-website

Editing the repo

💡 If you want to preview what you’re changing, open the terminal in the code editor and type npm i then npm run dev click on the link that appears in the terminal

Congrats! You’ve just contributed to an open source project! 🎉