Tag Archives: Git

How to set custom configuration for your local Git project repository

Suppose you do not want to have the same configuration for your local repository as you have your global Git settings. Or you need to fix identity information for commits that are already made in Git commit history. In that case, this article will show you a few Git commands on how to set up the custom configuration for your local Git repository or how to fix past mistakes. Continue reading

Posted in Tips & tricks | Tagged , , , | Leave a comment

How to use IntelliJ Idea as a text editor

This article will give you a few excellent tips on how and why to turn your favourite IDE into your first choice text editor. Continue reading

Posted in Tips & tricks | Tagged , , , , , , , | Leave a comment

How to connect Azure Cosmos DB Emulator with Spring Boot app at Windows

In this article, we look at installing Azure Cosmos DB Emulator on your Windows machine and using the Azure Cosmos DB Emulator for local development of our Spring Boot application. Continue reading

Posted in Tutorials | Tagged , , , , , , , , , | Leave a comment

How to use Docker for WordPress development

This is a simple tutorial on how to start using Docker for WordPress development. Continue reading

Posted in Tutorials | Tagged , , , , , | Leave a comment

Git – How to remove folder recursively from Git

This article contains several clever commands for removal of unwanted files in your git repository. Continue reading

Posted in Tips & tricks | Tagged , , | Leave a comment

How to sync up new Git repository on GitHub or GitLab

From time to time you necessary to set up new Git repository. This article is about a list of commands which are helpful for creating a new repository and syncing it with GitHub or GitLab.

Posted in Solutions | Tagged , , | Leave a comment