Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To modify the title of Git terminal on Windows, follow these steps:

  1. Open Git Bash on your Windows system.

  2. Right-click on the title bar of the Git Bash window and select "Properties" from the context menu.

  3. In the Properties window, click on the "Layout" tab.

  4. Under the "Window title" section, enter the desired name for your Git Bash terminal.

  5. Click on the "OK" button to save the changes.

  6. Close and reopen Git Bash to see the updated title.

Alternatively, you can also modify the title of Git terminal by running the following command:

echo -ne "\033]0;YOUR_TITLE_HERE\007"

Replace "YOURTITLEHERE" with the desired name for the terminal title and run the command in Git Bash. The terminal title should be updated immediately.