Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

gurugray/git-trainer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contribution

Before contribute please check errors and codestyle.

git clone …
npm install
vi …

#build
./node_modules/.bin/grunt start --target=dev

#check errors and codestyle
./node_modules/.bin/grunt lint

#fix codestyle ;)
vi …

#then commit and do pull-request
git commit …

CC-BY Attribution Requirement

All materials in this repository are licensed under a Creative Commons Attribution 3.0 License.

About

Simple visualiation tool for teaching git at my seminars.

Resources

Stars

Watchers

Forks

Packages

No packages published