How to easily pull diffs between working dir and remote, skipping local repo?
I am looking for a way to show the deltas between my local working
directory and the remote, i.e. what other people have pushed + what I have
changed since the last time I pulled. In that comparison, the local
repository is not of concern to me, so I am not looking to pull and then
status. I am looking more for something like a status of the working
directory directly against the remote.
No comments:
Post a Comment