Skip to content

Optimisation: Git checkout #9

Description

@DianaOlympos

So far, we delete the whole repo and fetch it completely everytime

Multiple optimisations are possible

  • fetch only the master branch
  • do a shallow fetch (expensive for the server ?)
  • check before pulling if a pull is needed
  • fetch instead of deleting and cloning the whole repo again

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions