-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGIT-GITHUB.txt
More file actions
29 lines (26 loc) · 966 Bytes
/
GIT-GITHUB.txt
File metadata and controls
29 lines (26 loc) · 966 Bytes
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
subversion control system
Decentralized Control System Tools
git
mercurial
Centralized Control System Tools
github - It provides space to work on git
source forge
gitlab
bit bucket
LINUX COMMANDS
pwd - tell about current working directory/repository
ls - tell about the files in the directory
cd - change directory
. - current directory
.. - previous directory
# to code anything on github use "git"
~ - it is known as tilt
` - it is known as back code or back tick
git config --global user.name "kazukilapislazuli" - to configure username
git config --global user.email "kazukilapislazuli" - to configure email address
git init - to intialize
git remote add origin "link" - to add the files to github repository
"link" - must be replaced by the link of the repository
origin is a variable can be changed as per conviniance
git branch - to know your branch
git checkout - to go back to previous version after resetting commit