mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
basic command line history done
This commit is contained in:
parent
78d0aa5b55
commit
24fbcdd2ae
5 changed files with 118 additions and 5 deletions
|
@ -13,6 +13,10 @@ $(document).ready(function(){
|
|||
new CommandLineView({
|
||||
el: $('#commandLineBar')
|
||||
});
|
||||
new CommandLineHistoryView({
|
||||
el: $('#commandLineHistory')
|
||||
});
|
||||
|
||||
gitEngine = new GitEngine();
|
||||
|
||||
var repulsionBreathe = function(r) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue