BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage git Content on InfoQ

  • Git 2.8 Adds Improvements to Submodules, Identity Handling, and Windows Support

    Recently [announced](https://github.com/blog/2131-git-2-8-has-been-released) Git 2.8 brings many new features, improvements, and bug fixes. Among the most noteworthy are parallel fetch for submodules, an improvement to how Git handles a user's identity, and better support for Windows.

  • GitLab 8.5 Brings Improved Performance, Todos, and Geo-Replication

    GitLab 8.5 brings a host of new features and improvements, including a significant performance boost, especially when running very large instances; Todos, a new feature aimed to help keep track of pending tasks for developers; and GitLab Geo, only available for GitLab Enterprise Edition, that supports geo-replication to improve performance for geographically distributed teams.

  • Python will be Moving to GitHub

    Brett Cannon, who is currently in charge of Python's development process, has announced on Python core workflow mailing list that Python will be moving to GitHub. InfoQ has spoken with Brett Cannon to learn more about the benefits that this decision should bring, what the next steps are in the process, and other relevant details.

  • Git 2.6 Brings Many New Features and Improvements

    Recently released Git 2.6 brings many new features, improvements to performance and internals, and bug fixes.

  • Google Cloud Projects Are Stored on Git

    Google is integrating projects deployed and running on their cloud infrastructure with a Git-based repository called Cloud Source Repository.

  • Git Large File Storage Promises to Extend Git to Large Binary Files

    Git Large File Storage (LFS) is an open source Git extension aimed to better "integrate large binary files such as audio samples, datasets, graphics, and videos" into a Git workflow, says GitHub.

  • The Demise of Open Source Hosting Providers Codehaus and Google Code

    Open Source project hosting sites like SourceForge, Codehaus and Google Code inspired developers to share their code for projects not associated with a foundation like Apache or Eclipse. Over the past few years, these hosting sites have been superseded by GitHub, to the extent that they are closing down over the next year. InfoQ looks back at their contributions and into the future.

  • OData.NET Is Now Open Sourced on GitHub

    Microsoft has released the source code for all OData .NET Libraries on GitHub.

  • JetBrains Upsource 1.0: A New Code Reviewing Tool

    JetBrains has made available Upsource 1.0, a source code collaboration tool for software development teams.

  • Git 2.1 Released: What's New

    Two-and-a-half months after Git 2.0, a new version of Git has been released. Though a minor update, the list of new features and improvements is large.

  • Apache Subversion to Migrate to Git

    Today, Greg Stein, founder of the Apache Subversion project, raised a request to migrate the Subversion codebase to Git. More controversial than the decision itself was the way that the decision was made, by the PMC on the private mailing list. Read on to find out what happened and what the current state is.

  • Facebook makes Mercurial faster than Git

    Facebook has posted on how they've sped up Mercurial to be five times faster than Git in certain operations. Read on to find out what they have changed, and why it makes such a difference for their setup.

  • Stash: Git for the Enterprise

    The makers of the popular ALM tools JIRA and Confluence and released version 2 of Stash. Stash adds the kind of features to Git that one would expect to find in a centralized version control system such as branch-level permissions and deep integration with JIRA.

  • Thoughtworks Technology Radar March 2012

    ThoughtWorks recently published the latest update to its Technology Radar; a report produced to help technology decision makers understand emerging trends in software development techniques, tools, languages and platforms. There are some interesting observations of interest to Agile software development teams.

  • Gerrit at the Eclipse Foundation

    The Eclipse Foundation has made Gerrit available for projects using the Git version control system at https://git.eclipse.org/r/. This allows patches to be sent directly in the form of commits which can be applied to a Git repository, although the Eclipse IP Process needs to be updated to make it widely useful. Read on to find out what this means for Eclipse projects.

BT