pcottle.learnGitBranching/src/js/git
Lucie Lenglet acffcc1616 feat: command to simulate Merge/Pull Request
- Adds `git merge(M|P)R <source_branch> <target_branch> [--delete-after-merge]` command
to simulate a Merge/Pull Request being merged into the target branch
- The optional flag `--delete-after-merge` will remove the merged branch on the origin tree
  - The local remote branch remains as it is Git default behavior, even after `git fetch`
(it would require `git fetch --prune` support to automatically prune remote tracking branches)
- You can push a branch with a deleted remote tracking branch on origin, the ref will just update.

Resolves #1057
2023-12-15 19:32:47 +01:00
..
commands.js feat: command to simulate Merge/Pull Request 2023-12-15 19:32:47 +01:00
gitShim.js temporary UNSTABLE since codemod went nuts 2015-04-20 17:05:21 +10:00
headless.js chore: use gulp instead of grunt 2020-03-15 03:54:56 +07:00
index.js feat: command to simulate Merge/Pull Request 2023-12-15 19:32:47 +01:00