I am trying Stash, and I observe something that I cannot understand:
- I push a new branch;
- I create a pull request (from the browser);
Then I am trying to do:
$ git fetch origin +refs/pull-requests/*:refs/remotes/origin/pr/* --dry-run
Sometimes, it is working immediately, but sometimes, the pull request only shows up after a long delay (30 minutes or so).
Stash is installed locally, so the delay doesn't come from the network, and the other interactions are ok.