
Git/Github
unsv29
嵌入式软件开发、物联网...
展开
-
github pages建立
(1)https://www.jianshu.com/p/60fa8b716abe 这个有个图,如下:--------------------------------------------------------安装nodejs----------------------------------------------------------------------------git...原创 2020-08-02 17:57:08 · 293 阅读 · 0 评论 -
Git初学者常用指令
Git初学者常用指令原创 2017-11-05 19:17:17 · 392 阅读 · 0 评论 -
STM32F4DISC编译 micrOpYTHON
接着关注下micropython1.4.5的pendsv.C以及如何提高编译速度于是我继续用官网的V1.0实验室可以编译通过的。然后我考虑精简micropython这个文件夹下面的内容了。删了一个编译一下看看能不能通过编译。最后剩下了:pytoolsstmhal.gitgnore.CODECONVENTIONS.md.travis.ymlLICENS原创 2017-11-12 22:18:25 · 1560 阅读 · 2 评论 -
我是如何入门Git(续集)?
git入门过程续集。。。原创 2017-11-03 13:44:21 · 388 阅读 · 0 评论 -
我是如何入门Git(续续集)?
我是如何入门Git(续续集)?原创 2017-11-03 15:44:21 · 267 阅读 · 0 评论 -
.gitignore的使用
.gitignore的使用原创 2017-11-06 13:46:25 · 233 阅读 · 0 评论 -
git退出 beyond compare的比较 答案是:英文状态下,按 control 和 c
git退出 beyond compare的比较 答案是:英文状态下,按 control 和 c原创 2018-04-26 14:57:10 · 226 阅读 · 0 评论 -
git difftool 与 git status
如果仅仅是增加内容,那么用git difftool是啥也发现不了的。如果仅仅是增加内容,那么用git status是可以发现增加了啥的。原创 2018-10-11 15:23:31 · 395 阅读 · 0 评论 -
https://github.com/RT-Thread-packages/micropython
https://github.com/RT-Thread-packages/micropython原创 2018-10-10 14:20:20 · 1075 阅读 · 0 评论 -
关注下micropython1.4.5的pendsv.C以及如何提高编译速度
micropython1.4.5用makefile编译通过,但是用编译1.4版本无法通过。显示:LINK build-PYBV10/firmware.elfbuild-PYBV10/pendsv.o: In function `pendsv_object_ptr':pendsv.c:(.text.pendsv_isr_handler+0xc): undefined referenc原创 2017-11-12 21:26:26 · 428 阅读 · 0 评论 -
Linux为什么开发Git?
Linux为什么开发Git?转载 2017-11-03 08:12:08 · 730 阅读 · 0 评论 -
在windows7下面microPython-下载代码,编译代码的方法
micropython的下载代码 编译代码的全过程演示原创 2017-11-12 18:21:18 · 6100 阅读 · 3 评论 -
[Git报道.1]GIT windows的安装(msysGit)
安装git (windows版本)的一下注意事项,写的还是很全面的。基本能了解安装了什么东西。原创 2017-10-26 10:59:21 · 376 阅读 · 0 评论 -
[Git报道.2]了解运行Git前的配置信息(msysGit)
介绍安装GIT以后,可以适当了解的信息,尽管不了解也是可以的。那些配置在电脑的那个文件下下面,通过指令git config --list打印出配置内容。另外介绍了文本编辑器,当然不包括编辑器用来编辑什么。因为我也不知道原创 2017-10-28 11:01:04 · 321 阅读 · 0 评论 -
[Git报道.3]创建本地版本库(msysGit)
创建本地版本库是及其重要的内容。建议采用实际操作的方式来慢慢理解教程。原创 2017-10-28 15:02:13 · 339 阅读 · 0 评论 -
学习Git的最好的方法可能是什么?
Generally, the best way to learn git is probably to first only do very basic things and not even look at some of the things you can do until you are familiar and confident about the basics.原创 2017-11-03 08:16:40 · 294 阅读 · 0 评论 -
我是如何入门Git?
我是如何入门Git?史上可能是最优秀的初学者入门方法!!!原创 2017-11-03 11:30:02 · 594 阅读 · 4 评论 -
git调用beyond Compare
觉得GIT的对比工具有点不太直观,都是命令行(采用git diff指令)的。于是想用git调用beyond compare原创 2017-11-09 09:04:02 · 1724 阅读 · 0 评论 -
GIT科普系列3:底层存储机制Internal Objects[转]
GIT的管理流程【转载】转载 2017-11-01 10:17:15 · 311 阅读 · 0 评论 -
GIT科普系列5:index in git【转】
GIT科普系列5:index in git转载 2017-11-01 10:20:02 · 283 阅读 · 0 评论 -
microPython VS lua
microPython VS lua原创 2017-11-11 12:59:21 · 5248 阅读 · 0 评论 -
打算进军github!
github目前对我的吸引力为:(1)牛人多,资源多(2)看清自己有几斤几两的水平(3)了解软件开发流程和协作方式(4)Github 对程序员职业生涯的影响原创 2017-09-11 09:16:09 · 322 阅读 · 0 评论