All entries (archive)
I was looking for equivalents in git for Subversion's svn revert <file> and for Mercurial's hg outgoing. It looks like they are git checkout <file> and git log origin.. (including the two trailing dots).
svn revert <file>
hg outgoing
git checkout <file>
git log origin..
There are no comments on this entry.
Comment (Plain text)
Also available in RSS.
Page by Ted Percival (contact). Valid XHTML 1.1 last time I checked. Licenced under the Creative Commons Attribution 2.5 Australia licence.
Comments
There are no comments on this entry.