Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sinsoku/multi_merge_test


https://github.com/sinsoku/multi_merge_test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

multi_merge_test
================

```bash
$ for n in `seq 10000`; do git checkout -b br$n master; echo $RANDOM > $RANDOM$RANDOM$RANDOM$RANDOM; git add .; git commit -m"$RANDOM"; done; git checkout master; brs="`git branch | grep -v master`"; git merge $brs; git branch -D $brs; git rm *; git commit -m"del"
```