在不下载项目的情况下从GitHub存储库中提取提交消息

时间:2015-12-28 17:18:57

标签: git github

我想从GitHub上的各种存储库中提取提交消息,而不下载整个存储库以减少带宽使用,然后运行

#include <stdio.h>
void f()
{
printf("Hello from C \n");

printf("Before breake point \n");
printf("At the breake point \n"); // breakpoint is inserted here
printf("After breake point \n");
}

这可能吗?

0 个答案:

没有答案
相关问题