Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » Remote tracking not listing branches
Remote tracking not listing branches [message #1176980] Fri, 08 November 2013 12:39 Go to next message
Eclipse UserFriend
Hello I'm new to git and even more to egit.

I've just started working on a new project, I created a local repository with 3 branches. They appear only in the Branches->Local.

This is what I have now:
index.php/fa/16710/0/

Why it doesn't appear in the remote tracked, since I pushed it to the server?
  • Attachment: un.png
    (Size: 21.66KB, Downloaded 8975 times)

[Updated on: Fri, 08 November 2013 19:16] by Moderator

Re: Remote tracking not listing branches [message #1177824 is a reply to message #1176980] Sat, 09 November 2013 02:08 Go to previous message
Eclipse UserFriend
Local branches are used to track local development, they are moving when you create a new commit
or checkout a different branch or reset to another commit. Remote tracking branches are tracking branches
in another repository, so they are a kind of proxy for a branch in another repository. These move when
clone/fetch brings new versions to your local repository.

Your repository never fetched from another repository hence there are no remote tracking branches.

Also see http://wiki.eclipse.org/EGit/User_Guide#Branches and e.g. http://git-scm.com/book/ch3-5.html
Previous Topic:Forgot adding files to commit
Next Topic:commit template not working
Goto Forum:
  


Current Time: Wed Jul 23 14:57:57 EDT 2025

Powered by FUDForum. Page generated in 0.05946 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top