pcottle.learnGitBranching/__tests__
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
..
animation.spec.js Remove animation tests to fix build 2022-09-11 10:16:47 -06:00
base.js refactor: replace all master to main 2021-04-19 10:52:05 +07:00
CommandLineStore.spec.js Move tests to the root 2016-02-15 01:10:25 +05:00
create.js Move tests to the root 2016-02-15 01:10:25 +05:00
git.spec.js Add git switch --force-create 2023-09-19 13:45:53 +09:00
GlobalStateStore.spec.js Move tests to the root 2016-02-15 01:10:25 +05:00
levels.spec.js Resolves #769 -- updates solution commands and fixes a TON more bugs with the master to main renaming 2021-01-01 14:20:05 -07:00
LevelStore.spec.js Move tests to the root 2016-02-15 01:10:25 +05:00
LocaleStore.spec.js Move tests to the root 2016-02-15 01:10:25 +05:00
mercurial.spec.js refactor: replace all master to main 2021-04-19 10:52:05 +07:00
remote.spec.js feat: command to simulate Merge/Pull Request 2023-12-15 19:32:47 +01:00
simpleRemote.spec.js refactor: replace all master to main 2021-04-19 10:52:05 +07:00
treeCompare.spec.js refactor: replace all master to main 2021-04-19 10:52:05 +07:00
vcs.spec.js Move tests to the root 2016-02-15 01:10:25 +05:00