Git

What are Git Snapshots

This article introduces what Git snapshots are, including their advantages, implementation details, and relevant resources. These steps can help improve efficiency when understanding Git snapshots.

Dec 20, 2020

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 mismatched Node versions.

Dec 1, 2020

Parent-Child Commits in Git Log

This article introduces parent-child commits in Git log, including their advantages, implementation details, and related resources. These steps can help improve understanding of parent-child commits in Git log.

Oct 29, 2020

Pro Git Reading Notes

This article shares the author's reading notes from Pro Git, covering advantages, implementation details, and related resources that can help improve Git workflow efficiency.

Aug 22, 2020

Improving Code Quality — Standardizing Git Commits

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

Aug 8, 2020

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 efficient management.

Aug 8, 2020

Git Team Development Process Specification - MR Conflict Resolution

This article introduces Git team development process specification for MR conflict resolution, including its advantages, implementation details, and relevant resources. These steps can help improve efficiency in handling MR conflicts in Git team development.

Feb 27, 2020

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 redundant work.

Feb 19, 2020

Git Merge vs Rebase: Differences and Choices

This article introduces the differences and choices between Git merge and rebase, including their advantages, implementation details, and relevant resources. These steps can help improve efficiency when working with Git merge and rebase operations.

Dec 9, 2018

Git Team Development Process Specification

This article introduces the Git team development process specification, including its advantages, implementation details, and relevant resources. These steps can help improve efficiency in Git team development processes.

Feb 21, 2018