Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 580 Bytes

Change Email Script

Description

This script allows you to change the email address associated with all commits in a Git repository. It's useful when you need to update your email across an entire project history, for example, when transitioning from a personal to a professional email address.

Features

  • Changes both author and committer email addresses
  • Works on all branches and tags

Installation

  1. Clone this repository
  2. Make the script executable:
chmod +x script.sh

Usage