How I Keep Notes About My Laravel Projects: scratch.md
A developer shares a simple method for keeping project notes using a scratch.md file in Laravel projects, with tips on global gitignore.
A developer shares a simple method for keeping project notes using a scratch.md file in Laravel projects, with tips on global gitignore.
A guide to automatically generating release notes from git commit history using squash and merge and git log commands.
Introducing git-pull-request, a command-line tool to automate creating and updating GitHub pull requests directly from your shell.
A developer shares personal git tips, branching strategies, and best practices for efficient version control workflows.
A video series on transitioning from interactive Jupyter data exploration to reproducible, packaged, and tested code for data analysis.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.
A guide to renaming files to lowercase in a Git repository using a command line script.
A guide on protecting API keys in Python applications by storing them in a separate config file and using .gitignore to prevent exposure on GitHub.
How to configure git diff to correctly display C# method signatures, including async and partial methods, in hunk headers.
A step-by-step guide on contributing to open-source GitHub projects by forking, syncing, branching, and creating pull requests.
Advocates for writing descriptive, story-like Git commit messages to improve codebase history and debugging efficiency.
A developer shares a simple git hook technique using a 'magic string' like 'xxx' to prevent accidental commits of debug code and temporary changes.
Practical recommendations for effective code reviews based on 18 months of experience and 1500+ reviews, focusing on speed, scope, and process.
Guide to building an ASP.NET 5 web app with .NET Core and deploying it to Heroku cloud using a build pack.
A technical guide on automating Maven releases and deployments to Bintray using CircleCI, including configuration for git, pom.xml, and CI/CD pipelines.
A guide to using VSTS Vault, a Windows service for backing up Git repositories from Visual Studio Team Services to a local machine.
A technical guide on automating static site deployment using cron jobs and Git to schedule and publish blog posts.
A software tester discusses the importance of build versions, release candidates, and best practices for managing and testing builds in an agile development environment.
A guide on using git cherry-pick to selectively merge specific commits from a pull request while maintaining author attribution.