I have manage to setup git to push/pull files from local to my development server and vica versa. Now my question is. How can i after i delete a file localy, get that file back ?
When i do "git checkout"
It shows me:
D helloworld.py
Or for example I want another Developer to work with me. How can he get the files from my Development server to his local computer ?