Skip to content

Kinrany/repro-git-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Current tree:

* main
| * branch2
| * branch1
|/
* main2

Do this:

git switch main2
git stack --rebase --onto main

Expected result:

* branch2
* branch1
* main, main2
*

Found:

* branch2
* branch1
* main
* main2

Reproducing a bug in git-stack

About

Reproducing a bug in git-stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published