mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 07:28:35 +02:00
[Fun] Issue #202 -- more fun when finishing!
This commit is contained in:
parent
7194d5c277
commit
bf6a84dd1d
4 changed files with 78 additions and 3 deletions
|
@ -772,7 +772,6 @@ GitEngine.prototype.printBranches = function(branches) {
|
|||
GitEngine.prototype.printTags = function(tags) {
|
||||
var result = '';
|
||||
_.each(tags, function(tag) {
|
||||
console.log(tag);
|
||||
result += tag.id + '\n';
|
||||
});
|
||||
throw new CommandResult({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue