github gist를 test 해본다.

#include <iostream>
int main(void) {
std::cout << "hello world" << std::endl;
}
view raw main.cpp hosted with ❤ by GitHub

저장 후 확인.

'개발 > git' 카테고리의 다른 글

git merge, rebase  (0) 2021.12.11
github token으로 연동해서 command-line으로 push하기  (0) 2021.10.25

+ Recent posts