Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    In short, you're asking how to update git to a newer version. Go to git-scm.com/downloads, download the version for your platform (which is unknown to us), and install it. It will work fine with your existing projects. And even if it didn't, since everything is stored in a repository somewhere, you would simply hav to re-clone them. Commented Nov 19, 2013 at 12:49
  • 1
    No my question is partially why is Intellij IDEA creating issues with Git version where everything else works fine. And i really don't want to reclone repositories as some commits still have to be pushed to the master. Commented Nov 19, 2013 at 12:51
  • Because it has been implemented using git features and commands that don't exist in previous versions. Just like your android app won't work with android 1.0 if you have developed it against android 4.0. Upgrading to a recent version of git is trivial, so it isn't a problem. Commented Nov 19, 2013 at 13:11