Hi All,
I have a bit of a predicament. Basically I have a local "master" git repository. Every few hours, I 'git push' my changes to a server from which I then pull to my client machines. Well, being the genius I am, I accidentally used GITK to roll back my local "master" repository one version too far.
What are the steps to pull the last committed version back from the server and still have my local version behave "masterfully"?
Best.
EDIT: Excellent answers all. Much appreciated!