I am new to Git, so maybe this is not a good question.
On remote origin there is a META branch, is it something that we usually find in a Git repository? What is it used for?
I am new to Git, so maybe this is not a good question.
On remote origin there is a META branch, is it something that we usually find in a Git repository? What is it used for?
It could be the Meta information for the project/repo. But GIT never creates such a branch by its own.
Use https://www.codeschool.com/courses/try-git/goto to learn about GIT in less than 15 Minutes. Worth every minute.