Get Azure API Management Git Credentials using PowerShell
A PowerShell script tutorial for automating the retrieval of Git credentials from Azure API Management, useful for CI/CD pipelines.
A PowerShell script tutorial for automating the retrieval of Git credentials from Azure API Management, useful for CI/CD pipelines.
Explains how to create and manage Git-compatible symbolic links using relative paths for cross-machine compatibility.
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.
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.