git-school / visualizing-git

:framed_picture: Visualize how common Git operations affect the commit graph

Home Page:http://git-school.github.io/visualizing-git/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to paste multiple commands at once

DrVanScott opened this issue · comments

Currently it is already possible to copy/paste single commands in the input field.

It would be helpful if it is possible to paste something like this

git commit
git commit
git checkout HEAD~2

or this

git commit; git commit; git checkout HEAD~2;