How to extract from the first commit #664
-
Hi, I'm trying to extract all metadata from the Git repository by using this plugin. However, I can not do it even if specifying the first commit(the package.xml file only contains from the second commit). So, is there any way to do it? Or should I insert empty commit as the first commit? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you could have your first commit containing only scaffolding info for your project it would be best. |
Beta Was this translation helpful? Give feedback.
Hi @sfukumaru-clara
If you could have your first commit containing only scaffolding info for your project it would be best.
This way the metadata would be stored in the repo in the second commit and you will not face this issue.
There is no way for the plugin to compare from the init of the repo as there is no way to diff the first commit with the previous step via the plugin.