Gitlet / testing / samples / test31-duplicate-branch-err.in
test31-duplicate-branch-err.in
Raw
# Check that two branches can't be given same name.
I prelude1.inc
> branch other
<<<
+ f.txt wug.txt
+ g.txt notwug.txt
> add g.txt
<<<
> add f.txt
<<<
> commit "Main two files"
<<<
> branch other
A branch with that name already exists.
<<<