Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== exporting an older version of a file ====== If you would like to save a copy of an older version of a file to make it easy to compare in any editor, you do this with git show: <code> git show branchname:path > newfilename example: git show crazyoldidea:lib/foo.php > lib/foo-old.php </code> docs/git/exporting_an_older_version_of_a_file.txt Last modified: 2010/03/15 10:27by billh