Working with Git in the Command Line Flashcards

1
Q

Commands to Install Git

A

yum/dnf install git (red hat or debian)
apt-get install git (Debian)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Commands a local repository

A

git init

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Commands to add and commit files

A

git add, commit or status

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Commands to branch and merge

A

git branch, checkout, or merge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly