Git: diff, stash and apply

Use case - You have some changes, and you do not want to commit to upstream/origin, but you want to share the changes to your friend/colleague, so that they can work on top of your changes, then you can follow...
A collection of 10 posts
Use case - You have some changes, and you do not want to commit to upstream/origin, but you want to share the changes to your friend/colleague, so that they can work on top of your changes, then you can follow...
In this post, I will go through steps to set up a primary environment for development. When choosing a tool for development, make sure that it is available across multiple platforms (macOS, Windows, Linux). And also, make sure the tool...
Below are steps to configure Termux in android. Download Termux from F-Droid as Google App Store version is outdated due to reasons mentioned here After installation, make sure every package is up to date. pkg update and pkg upgrade
Below are a few ways to customize Visual Studio Code. In order to get settings.json do cmd + shift + p and search for settings and select Preferences: open settings (JSON).
In this post, I will be discussing how to set up emacs.
In the below post, I will walkthrough on how to customize zsh. Ensure you installed zsh; the configuration file will be in your home directory ~/.zshrc. I recommend using oh-my-zsh as it provides all the necessary settings by default. If...
Below are some terminal emulators that I used across platforms.
In this post, I will go through how to customize neovim. If you are new to Vim, I suggest you go through this post to get familiarize with Vim first.
I will go through some ways to customize Vim; this will be a long post. You can use below table of contents below to navigate between topics.
With Tmux, you can manage multiple sessions/terms and navigate quickly. There are advanced terminals like iTerm2 from which you can accomplish most of the tasks that can be done by tmux, but since iTerm2 is available only to macOS, you...