Skip to content

kamaranl/git-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-migrate

Configuration

  1. Set up the following directory structure:

    ./
    |-- commands/
    |-- conf/
        |-- main.conf
    |-- hooks/
    
  2. Consolidate your global and system git config files into ./conf/main.conf.

Usage

  1. Run the following command from the top level (root) of the directory structure shown in the previous section.

    1. MacOS/Linux

      bash <(curl -sL 'https://raw.githubusercontent.com/KamaranL/git-migrate/main/install.sh')
    2. Windows

      Invoke-WebRequest 'https://raw.githubusercontent.com/KamaranL/git-migrate/main/Install.ps1' -OutFile Install.ps1
      ./Install.ps1 -Verbose
  2. Clean up old directory structure (if necessary)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published