If you made an error while typing the branch name or decided to change the branch name after pushing it to the remote repository, there is a method to rename the branch both locally and remotely.
Git: Move a Folder From One Repository to Another Without Losing Git History
Git commit history is extremely useful. It serves as additional documentation of code with context. This article presents a step-by-step guide to move a folder from one Git repository to another with full revision history intact.
How to Find the Size of a File or Folder on Mac and Linux
Often you may need to find out how much disk space a file or folder (files inside the folder) occupies. This helps you to understand disk usage, remove unwanted files and optimize disk usage.
Launch Visual Studio Code from Command Line
Visual Studio Code is an increasingly popular tool for developing software applications. It is comparable to Atom, Sublime Text etc. To launch any tool from the command prompt, the path of the tool executable has to be present in PATH