ChickenKyiv / frontend

GNU General Public License v3.0
0 stars 0 forks source link

comments [Zheng Wei] #15

Open atherdon opened 6 years ago

atherdon commented 6 years ago

Description/Steps to reproduce

icreamsoft commented 6 years ago

I've removed the dev-zheng directory on my local and try to push it to the "dev-zheng" branch but after that when I check the local branch using "git status", the deleted files still shows and also I am seeing there is still dev-zheng directory on github. I've attached the screenshot, please let me know what I did wrong. screenshot from 2018-06-27 09-19-51

icreamsoft commented 6 years ago

So in simple words, I'd like to know how to remove files or directories of remote branch

atherdon commented 6 years ago

git add * + git commit should work well or before pushing try to fetch an updates

On Wed, Jun 27, 2018 at 5:38 PM icreamsoft notifications@github.com wrote:

So in simple words, I'd like to know how to remove files or directories of remote branch

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ChickenKyiv/frontend/issues/15#issuecomment-400696380, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZrDiXzqvQ1I0at1UQpunkw-tCuNLd3ks5uA5jagaJpZM4UvSRx .

icreamsoft commented 6 years ago

OK, thanks I will try

atherdon commented 6 years ago

tell me if it wouldn't work