accfcx

Results 3 issues of accfcx

How to delete remote branch with JGit? I search over Google and text following code. git.branchDelete() .setBranchNames(fullBranch) .call(); RefSpec refSpec = new RefSpec() .setSource(null) .setDestination(fullBranch); git.push() .setRefSpecs(refSpec) .setRemote("origin") .call(); but...

telnet dubbo producer application with 20880 port, and it gave me the error like: Unsupported command: ls