Recently, I had a requirement to monitor the ranking situation of a certain entry in a competition. Unfortunately, the …
When executing git pull/push operations in the terminal, it keeps prompting for username and password, even though I’ve …
The better AI code assistance tools are Cursor/GitHub Copilot/JB’s AI Assistant. Due to cost considerations, I only …
When submitting a Merge Request (MR) for a project branch, there are three options: Merge, Rebase, and Squash. What are …
This article introduces how to submit PRs to GitHub open source projects, including the advantages, implementation …
This article introduces GitHub Copilot usage, including its advantages, implementation details, and relevant resources. …
Troubleshooting an SSH login failure to GitHub that turned out to be DNS pollution, including analysis and workarounds.
This article introduces the issue of WeChat official account failing to upload GitHub images, including usage scenarios …
This article introduces enabling GitHub two-factor authentication, including usage scenarios and implementation details, …
Build and publish a reusable GitHub Action that returns a repository’s star count, with API usage and workflow examples.
A practical workflow for contributing to open-source repositories: fork, clone, submit PRs, and keep your fork in sync.
This article explains what Git snapshots are, how they are stored, and why they matter. These details help you …
Diagnoses rsync reporting “total size is 0 speedup is 0.00” during GitHub Actions deployments and traces it back to …
This article introduces parent-child commits in Git log, including their advantages, implementation details, and related …
This article shares the author's reading notes from Pro Git, covering advantages, implementation details, and related …
Use commit templates plus commitlint and standard-version to write consistent messages and generate changelogs.
This article explains how to configure Git for different repositories, highlighting benefits, steps, and references for …
This article introduces Git team development process specification for MR conflict resolution, including its advantages, …
This article examines how to consider code coverage scope during code reviews so the process stays efficient and avoids …
This article introduces the differences and choices between Git merge and rebase, including their advantages, …
This article introduces the Git team development process specification, including its advantages, implementation …
This article introduces how to enable HTTPS for GitHub Pages custom domains, including the advantages, implementation …
This article introduces multi-platform blog hosting using GitHub and Coding, including advantages, implementation …
This article introduces Git multiple remote repository configuration, including its advantages, implementation details, …
This article introduces git submodule usage, including advantages, implementation details, and related resources. These …