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.
-
GitHub Introduces Reactions to Provide Feedback on Issues and Pull Requests
Following on from the introduction of templates, GitHub has added another new feature, Reactions, that aims to allow developers to vote on issues, comments, or PRs using emoticons.
-
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.
-
GitHub Introduce Issue and Pull Request Templates, Direct File Upload
GitHub introduced a new, highly requested feature that will allow project maintainers to define custom templates for issues and pull requests. Additionally, GitHub’s web UI now supports the possibility of uploading files.
-
GitHub Responds to 'Dear GitHub' letter
GitHub has responded to the 'Dear GitHub' letter, with plans of how they propose to address the issues raised in the future.
-
GitHub Pages Moves to Jekyll 3.0 to Improve Performance
According to GitHub, Jekyll 3.0 will make GitHub Pages faster and easier to use, though the switch will not be painless for all existing sites due to some features being removed in the process.
-
Google Kick-Starts Git Ketch: A Fault-Tolerant Git Management System
Although development has only started, Google has announced their first commits of Git Ketch, a multi-master Git management system that replicates information across multiple Git servers for resilience and scalability. The changes are based on JGit, a Java-based Git server, although other Git servers may be part of the multi-master cluster.
-
"Dear GitHub…" — An Open Letter to GitHub
A growing group of open source project maintainers, including some of the most popular projects on GitHub, have signed an open letter to express their frustration and complaints about what they experience as a feeling of being ignored and being invisible to GitHub’s eyes. InfoQ has spoken with James Kyle, one of the open letter’s initial signees.
-
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.
-
Best Practices for Open-source Projects
GitHub’s Phil Haack hosted a panel on Channel 9 that focused on best practices for open source projects.
-
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.
-
ZenHub is now Integrated with GitHub Enterprise
ZenHub is a collaboration and project management tool integrated with GitHub. Their latest version is integrated with GitHub Enterprise.
-
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.
-
GitHub Revoked Compromised and Unsecure SSH Keys
GitHub has recently started revoking SSH keys that were deemed to be compromised or otherwise insecure. Systems engineer Ben Cartwright-Cox was the author of the research that uncovered the issues. InfoQ has spoken with him.
-
Google Moves Dart to GitHub and Kills the Chrome Dev Editor
Google designed Dart as a better language for the web, for developers who wanted a more solid language and tools than what existed in the JavaScript ecosystem. Also, they aimed for better performance. While Dart is certainly more robust and better designed than JavaScript and it outperforms JavaScript on several benchmarks, the language has seen several setbacks.