how can fix some refs in git github code example
Example: how can fix some refs in git github
rm -rf .git
git init
git add .dd
git commit -m"first message"
git remote add origin "LINK"
git push -u origin master
rm -rf .git
git init
git add .dd
git commit -m"first message"
git remote add origin "LINK"
git push -u origin master