2016年5月4日 星期三
Learn GIT 1 - Install and push a commit
1.Git for Windows Install
2.Create a github accound and create a new repo
3.Open git bash -> git config --global user.email <mail>
git config --global user.name <name>
4.Git remote add origin http:......
5.Create a folder type git init -> git add file -> git commit -m <massage>
6.Git push origin //github name master //localname
ref:
1. Git 實務教學
2. Learn Gin in 30 days
訂閱:
張貼留言 (Atom)
Linux driver: How to enable dynamic debug at booting time for built-in driver.
Dynamic debug is useful for debug driver, and can be enable by: 1. Mount debug fs #>mount -t debugfs none /sys/kernel/debug 2. Enable dy...
-
The root cause is miss use a pointer to a static variable like: int x = 1; int y = (int) &x; Modify version int x = 1; int *y =...
-
1.Create the project folder and win_gui_v1.go in your go work space > cd ..\src\ > mkdir win_gui_v1 2.Copy the .manifest file...
-
1.Download Astyle http://astyle.sourceforge.net/ 2. Open Keil -> Tool -> Customize Tool Menu config as below My argument. Can ...
沒有留言:
張貼留言