About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:recommended_tools:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
development:recommended_tools:git [2022/12/14 18:36] – Add (R) demiankatzdevelopment:recommended_tools:git [2022/12/14 18:39] (current) – [Getting Started] demiankatz
Line 35: Line 35:
 6.) Commit your local custom code and configuration, then push everything up to your fork. 6.) Commit your local custom code and configuration, then push everything up to your fork.
  
 +:!: Note that, starting with release 9.0, VuFind® includes rules in its .gitignore file that will prevent you from committing certain files from your local/config/vufind directory. This is a safety feature to prevent people from accidentally sharing local content in public. When you actually intend to commit these files to a private repository, you can override this by putting an additional .gitignore file inside local/config/vufind to reverse the instructions:
 +
 +<code>
 +!*.ini
 +!*.json
 +!*.yaml
 +</code>
 ==== Deploying on Multiple Servers ==== ==== Deploying on Multiple Servers ====
  
development/recommended_tools/git.txt · Last modified: 2022/12/14 18:39 by demiankatz