General Git Flashcards

1
Q

A connection string is a URL that we can use in order to let Git know where the remote repository is located.

A

eg.
https: //github. com/kodekloudhub/stories. git

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

What are the three types of folders or files in the GIt objects folder that gets created when you initialise.

A

Git Object Contents:
Commit
tree - folder on your filesystem that is associated with your repository
blob - piece of data, It is not a folder not a commit, just a piece of data

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