#Humann git config --global user.name "AlloyChi" git config --global user.email "chinemerem1421.com"
mkdir keep-active && cd keep-active git init echo "# keep-active" > README.md git add README.md git commit -m "docs: add README" git branch -M main
git remote add origin https://github.com//keep-active.git git push -u origin main# Humann human#