• 1 Post
  • 4 Comments
Joined 11 months ago
cake
Cake day: October 24th, 2023

help-circle




  • Exactly.

    When you add the current repository to the forge database, then that also takes care of adding the appropriate fetch refspecs.

    When you remove and then clone again a git repository, which was already being tracked in the forge database, then you don’t have to add the repository to the forge database again. But that means that the step where the fetch refspecs are added, also won’t be run again.

    But you can use M-x forge-add-pullreq-refspec to add them explicitly. Also see the option by the same name.