Skip to content

dframework/cpp-common

Repository files navigation

DFRAMEWORK DEVELOPER KIT
------------------------

git init
git add .
git status
git config --global user.email "xxxx"
git config --global user.name "HyunKyu Choi"
git commit -m "first commit"
git remote add origin-cpp-common https://github.com/dframework/cpp-common.git
git push -u origin-cpp-common master

test