The personal website of Josh Thomas.| joshthomas.dev
Explaining git exclude and how it differs from git ignore.| marijkeluttekes.dev
Start with a simple HTML file, then add features like templates, sorting, and filtering as they become useful.| alexwlchan.net
Have you ever spent time looking for the best way to set up your new PowerShell module? Setting up proper folder structures, best way to load your functions, writing Pester tests and build pipelines. Trying to follow all best practices can take a long time before you actually write your first line of actual code…| www.pr0mpt.com
Frequently asked questions¶| jj-vcs.github.io
In the Getting Started chapter, you learned the basics of what a theme is and how to get one up and running without code. A no-code approach…| WordPress Developer Resources
Learn how to harness the power of Vim Fugitive to efficiently stage, diff, commit, and resolve conflicts in Git repositories.| dzx.fr
Have you ever accidentally committed a bunch of junk created by your OS, like Thumbs.db files from Windows, or .DS_Store files from macOS? Or, have you joined a project, and for one of your first commits, added rules to the .gitignore file for your text editor’s project files? If so, this post is for you! You can avoid such pain or busywork by making a global ignore file.| adamj.eu
Learn how connecting your GitHub account provides convenience and another layer of security to dbt.| docs.getdbt.com
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.| eslint.org
Learn how connecting your GitLab account provides convenience and another layer of security to dbt.| docs.getdbt.com
With Firebase Hosting, you can configure customized hosting behavior for| Firebase
Migrating to Bazel Modules (a.k.a. Bzlmod) - The Easy Parts¶| blog.engflow.com
A Code Review of My Earliest Projects| www.dannyguo.com
You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository.| GitHub Docs
I often need to present myself differently in git per project. When I work on a client’s own github, and they provide me an email address, it’s more professional, and most of the time a requirement, to use it to identify myself. Git, by default lets me specify configuration globally, or per repository. However, with a little trick I can set it on any abstraction level I need.| Mátyás Budavári
Ali Spittel's friendly guides to your biggest coding questions.| welearncode.com
objects | git-scm.com
Learn how to maintain a list of files to ignore locally in git and keep your workflow-specific files to yourself.| poddarayush.com
A gitattributes file is a simple text file that gives| git-scm.com
The Manifest Format| doc.rust-lang.org