Guest User

Untitled

a guest
Mar 8th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cd ~/Library/Application\ Support/Firefox
  2. git init
  3. git add .
  4. git commit -m "Saving FF3 Profile."
  5. git checkout -b ff3.5
  6. open /Applications/Firefox3.5
  7. (close Firefox3.5)
  8. git commit -m "Saving FF3.5 Profile."
  9. git checkout master
  10. open /Applications/Firefox
Add Comment
Please, Sign In to add comment