Answers for "how can fix some refs in git github"

0

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
Posted by: Guest on June-02-2021

Code answers related to "how can fix some refs in git github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language