HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/git-rev-sync/examples/extended.js
'use strict';

var git = require('../');
var otherDir = '';

console.log('git.short() => ' + git.short());
console.log('git.long() => ' + git.long());
console.log('git.branch() => ' + git.branch());
console.log('git.message() => ' + git.message());
console.log('git.tag() => ' + git.tag());
console.log('git.tag(true) => ' + git.tag(true));
console.log('git.count() => ' + git.count());

if (otherDir) {
  console.log('git.short(' + otherDir + ') => ' + git.short(otherDir));
  console.log('git.long(' + otherDir + ') => ' + git.long(otherDir));
  console.log('git.branch(' + otherDir + ') => ' + git.branch(otherDir));
}