Git

Building Real-time Web Page Ranking Monitoring with GitHub Action

Recently, I had a requirement to monitor the ranking situation of a certain entry in a competition. Unfortunately, the …

· 2 min
GitDevOps

Command Line Git Operations Repeatedly Prompt for Username and Password

When executing git pull/push operations in the terminal, it keeps prompting for username and password, even though I’ve …

· 1 min
Git

Get GitHub Education Verification for Free Copilot Access

The better AI code assistance tools are Cursor/GitHub Copilot/JB’s AI Assistant. Due to cost considerations, I only …

· 1 min
Git

Which Option to Choose for Git Merge

When submitting a Merge Request (MR) for a project branch, there are three options: Merge, Rebase, and Squash. What are …

· 2 min
Git

Submitting PRs to GitHub Open Source Projects

This article introduces how to submit PRs to GitHub open source projects, including the advantages, implementation …

· 1 min
Git

GitHub Copilot Usage

This article introduces GitHub Copilot usage, including its advantages, implementation details, and relevant resources. …

· 4 min
Hardware DevicesGitAI

SSH Login to GitHub Failed

Troubleshooting an SSH login failure to GitHub that turned out to be DNS pollution, including analysis and workarounds.

· 1 min
WebShellGit

WeChat Official Account Failed to Upload GitHub Images

This article introduces the issue of WeChat official account failing to upload GitHub images, including usage scenarios …

· 2 min
Git

Enabling GitHub Two-Factor Authentication

This article introduces enabling GitHub two-factor authentication, including usage scenarios and implementation details, …

· 2 min
Git

Write a GitHub Action to Count Repo Stars

Build and publish a reusable GitHub Action that returns a repository’s star count, with API usage and workflow examples.

· 1 min
Git

Contributing to GitHub Projects

A practical workflow for contributing to open-source repositories: fork, clone, submit PRs, and keep your fork in sync.

· 2 min
Git

What Are Git Snapshots

This article explains what Git snapshots are, how they are stored, and why they matter. These details help you …

· 3 min
Git

rsync total size is 0 speedup is 0.00

Diagnoses rsync reporting “total size is 0 speedup is 0.00” during GitHub Actions deployments and traces it back to …

· 2 min
LinuxGit

Parent-Child Commits in Git Log

This article introduces parent-child commits in Git log, including their advantages, implementation details, and related …

· 1 min
Git

Pro Git Reading Notes

This article shares the author's reading notes from Pro Git, covering advantages, implementation details, and related …

· 2 min
Git

Improving Code Quality — Standardizing Git Commits

Use commit templates plus commitlint and standard-version to write consistent messages and generate changelogs.

· 2 min
Git

Git Configuration for Using Different Settings Based on Multiple Git Services

This article explains how to configure Git for different repositories, highlighting benefits, steps, and references for …

· 2 min
GitGitHubGitLab

Git Team Development Process Specification - MR Conflict Resolution

This article introduces Git team development process specification for MR conflict resolution, including its advantages, …

· 1 min
Git

Thoughts on Code Coverage Scope in Code Review

This article examines how to consider code coverage scope during code reviews so the process stays efficient and avoids …

· 1 min
Git

Git Merge vs Rebase: Differences and Choices

This article introduces the differences and choices between Git merge and rebase, including their advantages, …

· 3 min
Git

Git Team Development Process Specification

This article introduces the Git team development process specification, including its advantages, implementation …

· 2 min
Git

GitHub Pages Custom Domain HTTPS Configuration

This article introduces how to enable HTTPS for GitHub Pages custom domains, including the advantages, implementation …

· 1 min
Git

Multi-platform Blog Hosting with GitHub and Coding

This article introduces multi-platform blog hosting using GitHub and Coding, including advantages, implementation …

· 2 min
Git

Git Multiple Remote Repository Configuration

This article introduces Git multiple remote repository configuration, including its advantages, implementation details, …

· 1 min
Git

How to Use Git Submodule (Step-by-Step Guide)

This article introduces git submodule usage, including advantages, implementation details, and related resources. These …

· 2 min
Git