Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.
NCLAB-NCHU edited this page Sep 22, 2018 · 1 revision

Welcome to the mec_power wiki! GIT Commands: 0. install git 1. git clone https://github.com/NCLAB-NCHU/mec_power.git 2. cd mec_power 3. register github: a) git config --global user.email "pcwang@nchu.edu.tw" b) git config --global user.name "NCLAB-NCHU" 4. git checkout -b mec_power // to create new branc 5. put codes 6. git add --all 7. git commit -m "[mec_power] codes for power saving in MEC" 8. git push --set-upstream origin mec_power/git push origin master

Clone this wiki locally