R
R
Roman2019-10-08 11:31:30
git
Roman, 2019-10-08 11:31:30

How to connect to my git repository on github if they are not connected to me?

I have a project that I added and updated on github before I started learning how to work with git, can I somehow create a repository locally and link it to an existing one on github and already push new changes through git locally? it’s not convenient to change and update all the data through the github interface, like reading what you need like through the git pull command or something like that? I hope the question was clear.) Thanks in advance)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vaut, 2019-10-08
@Isildur12

Option one:
Just clone the repository from github and work with it later:
Option two, you already have git locally. You connect a remote repository
How to work with remote repositories I will not describe, it is already in 1000 or more instructions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question