Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.94 KB

File metadata and controls

68 lines (51 loc) · 1.94 KB

The JUCE repository inside the LUFS Meter repository

How to update to the latest JUCE version

Source: http://stackoverflow.com/questions/3739393/git-subtree-merge-strategy-possible-without-merging-history

git subtree pull --prefix=libraries/juce --squash juce master

If there are build errors after the upgrade to the latest JUCE revision, it might be solved by recreating the XCode project file with the Introjucer.

General git usage

Log tagged commits only

::
git log --no-walk --tags --decorate

Source: http://stackoverflow.com/questions/21569406/how-does-one-git-log-tagged-commits-only