-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
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
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 Git, Grammarly, IDE, IntelliJ Idea, IntelliJ Idea IDE, Microsoft Word, text editor, word processor
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
How to use Docker for WordPress development
This is a simple tutorial on how to start using Docker for WordPress development. Continue reading
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
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.