Created
June 30, 2009 14:03
-
-
Save chriseppstein/138169 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Library/Application\ Support/Firefox | |
git init | |
git add . | |
git commit -m "Saving FF3 Profile." | |
git checkout -b ff3.5 | |
open /Applications/Firefox3.5 | |
(close Firefox3.5) | |
git commit -m "Saving FF3.5 Profile." | |
git checkout master | |
open /Applications/Firefox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment