Is it possible to use gitHub source control on local machine ? -


my programming language c# ( visual studio ) , android ( android studio ) , need source control use.

is possible use github local disk source control ?

git version control system can used source code control. works on local filesystems across networks.

github online service hosts git repositories. git , github not same thing.

https://git-scm.com/ homepage git version control system.

https://git-scm.com/book/en/v2 book "pro git" includes information how set repository.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -