linlk: Cmder
mkdir folder-name
cd folder-name
git init
git config --global user.name Your-Name
git config --global user.email "Your-Email"
git clone https://github.com/BlackHeart-AI/Demo-Project.git
git branch Branch-name
linlk: Cmder
mkdir folder-name
cd folder-name
git init
git config --global user.name Your-Name
git config --global user.email "Your-Email"
git clone https://github.com/BlackHeart-AI/Demo-Project.git
git branch Branch-name