73b18b18 | 03-Mar-2020 |
Aaron LI <aly@aaronly.me> |
development.7: Modernize git commands for vendor import recipe
Since Git v1.7.2, 'git checkout --orphan' is the proper way to create an orphan branch for vendor import. Use the new git commands to
development.7: Modernize git commands for vendor import recipe
Since Git v1.7.2, 'git checkout --orphan' is the proper way to create an orphan branch for vendor import. Use the new git commands to simplify the vendor import recipe.
In addition, polish the recipe a bit.
Credit: https://stackoverflow.com/a/4288660
show more ...
|