Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.42 KB

notes.md

File metadata and controls

36 lines (19 loc) · 1.42 KB

A Way of: Starting a Project in Ubuntu

Fork it!

First of all fork the project you want to study on.

Screenshot from 2020-03-25 15-52-35

Create Your Folder

Create your folder on your OS.

Screenshot from 2020-03-25 15-58-44

Open Terminal

Important !: Open Terminal by right-clicking in the new created folder. So you don't need to write anything to find your folder you are here..

Screenshot from 2020-03-25 16-23-16

Clone the Project

Copy url that you want to clone.

Screenshot from 2020-03-25 16-24-32

And write down only git clone to your terminal window and paste the url. and push Enter

In the example:

git clone https://github.com/MesutBE/functions-to-methods.git

Screenshot from 2020-03-25 16-28-58

Begin Editing with Visual Studio Code

To begin VSCode you don't need to try to find your project. Open Terminal by right-clicking in your project's folder. And type code .. That's all!