birdfe76

Results 1 issues of birdfe76

Hellow :) I've programmed as blow. (java) List commits = gitLabApi.getCommitsApi().getCommits(projectId, branchNm, since, until); for(Commit commit : commits) { String commitId = commit.getId(); String commitShortId = commit.getShortId(); System.out.println(commit.toString()); } **How...