1. 学ぶ
  2. /
  3. コース
  4. /
  5. Advanced Git

Connected

演習

ETL Repository Management

You're working on the flight data pipeline project and need to make some changes. First, you need to update the data_validator submodule to have the latest changes. Finally, you want to create a new worktree named quickfix to prepare to make changes.

指示1 / 2

undefined XP
  • 1

    Launch an update for the submodule at libs/data_validator only, making it reach the latest version from our local source. Note that there will not be a message if the update was successful.

  • 2

    Create, in the ../quickfix directory, a new worktree named quickfix