Sometimes, you need to push your code automatically to more than one repository. This is totally possible in git and here is how you do it. Note: keep in mind that the most frequent use case assumes that all secondary repositories are only used for push; otherwise, you may have conflicts. Check your current git…
A while ago I decided to give Vue3 a try and what better test drive than to build something. Since I did mostly Kubernetes and DevOps stuff on my Neovim, no specific configuration had been done in order to support VueJS development. In my journey (that’s the appropriate term) to configure Neovim for this new…