/git_move

bash script that moves contents of source repository to target repository.

Primary LanguageShell

git_move

bash script that moves contents of source repository to target repository.

Installation

Mac:

mkdir /Users/$USER/bin && wget -P /Users/$USER/bin https://raw.githubusercontent.com/UGOI/git_move/main/git_move && chmod +x /Users/$USER/bin/git_move
nano ~/.zshrc

Add this to ~/.zshrc:

export PATH=$PATH:/Users/$USER/bin