mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-21 05:45:41 +02:00
apparently we only support 0.10
This commit is contained in:
parent
d6dbb1cf1c
commit
ddac850f16
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# LearnGitBranching
|
||||
|
||||
[](https://travis-ci.org/pcottlele/learnGitBranching)
|
||||
|
||||
LearnGitBranching is a git repository visualizer, sandbox, and series of educational tutorials and challenges. Its primary purpose is to help developers understand git through the power of visualization (something that's absent when working on the command line).
|
||||
|
||||
You can input a variety of commands into LearnGitBranching (LGB) -- as commands are processed, the nearby commit tree will dynamically update to reflect the effects of each command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue