0

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?

1
  • 5
    I’d guess that someone just created a branch called “META” on that repository, which is why you’re seeing it. The only internal name Git uses is “HEAD”. Commented Oct 1, 2013 at 10:32

2 Answers 2

2

Nope. Such a branch is usually not present.

If you do a plain git init, the only branch being created will be master.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.