Skip to content

it-herz/git-trainer-docker

 
 

Repository files navigation

Simple visualization tool for teaching git

Default setup git-init.ru

Commands supported:

git add
git commit

git branch BRANCH_NAME
git checkout -b BRANCH_NAME
git checkout BRANCH_NAME

git merge BRANCH_NAME
git rebase BRANCH_NAME

git reset HASH

git gc

git cherry-pick HASH #just for demo

git revert HASH  #just for demo

About

Simple visualiation tool for teaching git at my seminars.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.6%
  • CSS 9.6%
  • Dockerfile 3.8%
  • HTML 3.0%