-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecondStep
More file actions
30 lines (18 loc) · 1.01 KB
/
Copy pathSecondStep
File metadata and controls
30 lines (18 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
** Follow tutorial on link: **
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
On this link you have eveything to understand how to install git on your local
computer.
THIS IS MUST. You need to register on GitHub and setup Git locally, so you
can use commands and collaborate with you own remote repository.
********************************************************************************
BASIC TO UNDERSTAND
REPOSITORY is just "folder" which is remote on GitHub account and user
can create repo ("folder"), delete , update, pull (take a copy of folder from
GitHub account and have it at local computer).
GIT:
Local Git repository --> On your own computer you have repository( usually
copied (cloned) files from your or others GitHub accounts). Repository on GitHub
account can be public or private.
Central Git repository (on GitHub account) - "folder" which is online on your account
on GitHub page.
GitHub --> online website for storing your code. Other online website are Bitbucket,GitLab..