So, I'm stuck with git pull.
I'm currently working on final project, and teacher told us to use putty to make our web goes online.
Actually all good when I'm done working with it, but then few changes need to be added.
I don't know if we have to do
git pull
on putty once we have commited or merge our our work, but instead I edited it via 'mc' (affecting the online ones, directly).
To put it simple, I edited it first at putty (via mc, for online), then I make changes on github
I have the same problem with friends, and solved by
git stash
But mine seems didn't work
Is there a way to solve it?
Of course, I can still working by edited it changes one by one via mc, which is sucks