Open Subash-Sah opened 3 months ago
Update my black hole app
echo "# Blackhole" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Subash-Sah/Blackhole.git git push -u origin main
echo "# Blackhole" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Subash-Sah/Blackhole.git git push -u origin main
Please make me able to update my black hole app