mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-29 22:29:40 +02:00
Merge branch 'main' into feature/conflight-seba
This commit is contained in:
commit
d3d489e431
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ You can input a variety of commands into LearnGitBranching (LGB) -- as commands
|
||||||
This visualization combined with tutorials and "levels" can help both beginners and intermediate developers polish their version control skills. A quick demo is available here:
|
This visualization combined with tutorials and "levels" can help both beginners and intermediate developers polish their version control skills. A quick demo is available here:
|
||||||
https://pcottle.github.io/learnGitBranching/?demo
|
https://pcottle.github.io/learnGitBranching/?demo
|
||||||
|
|
||||||
Or, you can launch the application normally here:
|
Or, you can launch the application normally here:bhkikblykhy;ikgjvbulykhvuybj
|
||||||
https://pcottle.github.io/learnGitBranching/
|
https://pcottle.github.io/learnGitBranching/
|
||||||
|
|
||||||
### Sandbox Mode
|
### Sandbox Mode
|
||||||
|
|
|
@ -4,11 +4,13 @@ var EventEmitter = require("events").EventEmitter;
|
||||||
var React = require("react");
|
var React = require("react");
|
||||||
var ReactDOM = require("react-dom");
|
var ReactDOM = require("react-dom");
|
||||||
|
|
||||||
|
|
||||||
var util = require("../u");
|
var util = require("../u");
|
||||||
var intl = require("../intl");
|
var intl = require("../intl");
|
||||||
var LocaleStore = require("../stores/LocaleStore");
|
var LocaleStore = require("../stores/LocaleStore");
|
||||||
var LocaleActions = require("../actions/LocaleActions");
|
var LocaleActions = require("../actions/LocaleActions");
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Globals
|
* Globals
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue