This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016 git submodule add plugins/ChartJs/ | |
2017 git submodule add ./plugins/ChartJs/ | |
2018 cd plugins/ | |
2019 git submodule add https://github.com/netusco/CakePhp-ChartJs.git ChartJs | |
2020 cd .. | |
2021 git ls-files --stage | |
2022 git ls-files --stage plugins/ChartJs/ | |
2023 git rm --cache plugins/ChartJs/ | |
2024 git submodule add https://github.com/netusco/CakePhp-ChartJs.git plugins/ChartJs | |
2025 git status |