-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shell script for updating to latest template version #16
Comments
Please keep in mind that you have to exclude the following files:
|
All files that have to be changed in order to create the actual paper should reside in one subdirectory. We could then remove that directory from the git index after cloning and create a new submodule for the actual work. This would allow updating of the template specific files, while allowing an own vcs for the actual work. Note, that all files in that directory should have at least dependencies to the template as possible to preserve backward compatibility. |
I don't think that we should use git submodules. Please keep in mind that not every user is familiar with deeper git concepts like submodules or even worser with git as itself. I'm personal not a friend of them and I don't think that they are necessary in this context. Also I don't agree with the subdirectory approach! This would mean that we sacrifice structure for "easier" updating. Did you check the actual state of the update script? |
I never meant using submodules in this project. My intention was to restructure the project in order to make using a submodule for the actual paper possible. |
mhm… |
A shell script is needed to update your local version with a newer version from the template. The shell script handles the unwanted merge conflicts possibly occuring when updating to a newer template version.
The text was updated successfully, but these errors were encountered: