mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-20 10:46:01 +02:00
NICE have rebase working and some legit refactoring. git is gettingt here
This commit is contained in:
parent
46c583f93d
commit
acd04d6d00
3 changed files with 107 additions and 26 deletions
|
@ -48,6 +48,7 @@ Command.prototype.getSandboxCommands = function() {
|
|||
});
|
||||
}],
|
||||
[/^git$/, function() {
|
||||
// TODO better git description. also help, hint, etc
|
||||
throw new CommandResult({
|
||||
msg: _.escape("\
|
||||
Git Version \n \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue