Git Workshop
A technical workshop on advanced Git techniques, including branching, bisect, interactive rebase, and using the 'hub' tool for GitHub workflows.
A technical workshop on advanced Git techniques, including branching, bisect, interactive rebase, and using the 'hub' tool for GitHub workflows.
Rittman Mead opens its GitHub repository of reusable OBIEE and ODI scripts, encouraging community contributions and collaboration.
A tutorial on using Git's sparse checkout feature to clone only specific directories from a large repository, saving disk space.
A critique of GitHub's pull request workflow, arguing it's less effective than patch-based systems like Gerrit for serious software contributions.
A series of short, philosophical stories (koans) about Git, illustrating its principles and commands through parables.
A guide on setting up Git for TFS projects and creating folder hierarchies using command-line Git tools within Visual Studio.
Explores how open-source communities drive tech innovation, predicting trends like distributed version control and edge computing.
A guide to tools and best practices for collaborating on projects using the R programming language, including version control and community engagement.
A developer shares their experience moving private repositories from GitHub to Bitbucket, citing Bitbucket's free private repos for small teams.
A tutorial on using Git hooks to automate CSS minification and deployment, demonstrating a practical commit hook example.
A step-by-step guide on how to publish a Node.js module to the npm registry, covering account setup, package.json configuration, and the publish command.
A programmer discusses common bad habits like leaving unused code, over-generalization, and OOP fixation, offering advice for cleaner development.
A developer compares Git and Subversion, explaining the fundamental shift to distributed version control and why Git's model is superior for modern workflows.
A critique of Microsoft SharePoint as a collaboration tool, arguing for better alternatives and modern approaches to document management.
Explores how a GitHub-like 'fork and merge' feature in WordPress could revolutionize collaborative editing and version control for newsrooms.
Introduces WP Document Revisions, a WordPress plugin for document management, version control, and team collaboration on files.
A technical guide for converting a Mercurial repository to Git using the fast-export tool, including steps for .hgignore conversion.
The article argues for using WordPress as a document management system, leveraging its core features like custom post types, revisions, and permissions.
Introducing VCS Translator, an open-source tool to convert commands between different version control systems like Git and Mercurial.
A developer solves a TortoiseSVN authentication issue caused by using the svn:// protocol instead of https:// for commits.