mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-10 13:08:24 +08:00

Earlier we had one folder 'journal_local', when the remote would be setup a new folder called 'journal' would be created, and each all the files would be copied over. This meant the local history was being destroyed. Now, we only have 1 folder 'journal', and on 'cloning', we add the url as a remote, and do a git fetch + merge. This simplifies everything drastically, and opens the door for multiple remotes.