This week, the group shared the knowledge of Git instruction, which is very useful for every new developer. I don't advocate rote memorization of too...
Before committing your code with git commit, use the pre-commit Git hook to implement code specification detection (ESLint, Standard specification), and then commit to git...
It is common practice to have different platform versions of a project in different branches of a Git repository. For example, I recently considered developing...
In the previous article, we learned a little bit about repositories and commits. In this article, we'll learn about Git Tag, Git Branch, Git Checkout,...
Git has become the most popular version control tool developed by us. Git supports a variety of transfer protocols, among which the most commonly used...
Conflicting prompt messages are always frustrating to developers. Trying to resolve every merge conflict is one of every developer's pet peeves, especially when you're preparing...
Gitea is a cross-platform lightweight code hosting solution driven by the open source community. The backend is written in Go and is licensed under the...
This article has participated in the "Digitalstar Project" and won a creative gift package to challenge the creative incentive money. If you are a beginner...
Welcome to scofieldwenwen's personal blog. Influenced by stormzhang, he decided to start his own blog. This article is the process of building my own blog,...
Xiaoming joined a new project team as a newcomer to do development. During the iterative development of the project, Xiaoming worked hard to write code...
Multiple files. To save all versions, you need to save one file for each version. Collaborative operation. When multiple people collaborate, files need to be...
When submitting code using IDEA, you may encounter folders that you want to ignore appearing in the submit list. Take the.idea directory as an example....