Posts on 月夜Moonlight
Recent content in Posts on 月夜Moonlight
马上订阅 Posts on 月夜Moonlight RSS 更新: https://moonlt.site/posts/index.xml
Enhancing Workflow Efficiency: Practical Git Strategies in Action
2024年4月14日 06:34
As a data scientist, I regularly harness Git for code reviews and collaborative projects. While the basic commands like git add ., git commit -m, git push, and git pull are foundational, the scenarios that require them can often become intricate. In this blog, I will unravel some of the more complex Git commands through vivid, real-world examples. Let’s dive in. TL;DR git commit --amend [--no-edit]: