Is there a terminal provided for remote repository on Github or GItLab website?

451 Views Asked by At

Is there a terminal provided for remote repository on GitHub or GitLab website? Just like we can change a file and commit the changes in the website.

I am a React developer and not happy with cloning a heavy repository just for npm run build.

I don't expect this functionality exists but it's just a little hope.

Thanks!

2

There are 2 best solutions below

4
Antonio Petricca On

Gitlab offers a full featured web IDE for inline repository files editing.

Please look at the following screenshot:

Web IDE

Edit

Here is a screenshot about the terminal activation button.

Terminal activation button

3
VonC On

Similarly, GitHub offers:

In both case, you don't need to clone the repository.