【TIL】divergent branches 警告

今天使用git pull拉取远程分支报错了: 123456789101112hint: You have divergent branches and need to specify how to reconcile them.hint: You c...

Today I Learn

一文了解Husky

在了解husky之前,先了解一下Git hooks。 GitHooks官方文档:https://git-scm.com/docs/githooks 是什么git hooks 是git提供的hooks,类似Vue的生命周期钩子函数一样,Git也会在它运...

前端