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
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
2
Q
A
2
Q
A
2
Q
A