Here is what I did
git status
git add .
git commit - m "message"
git checkout branchName
git push origin branchName
then message comes with Everything is up to date but My old code is gone. please help me thanks
Here is what I did
git status
git add .
git commit - m "message"
git checkout branchName
git push origin branchName
then message comes with Everything is up to date but My old code is gone. please help me thanks