03 2013 档案
摘要:在git操作中,我们经常会用到fetch, merge, pull和push等命令,以下是一些我们需要注意的地方。给大家准备了参考资料:1.Whatʼs a Fast Forward Merge?:https://sandofsky.com/images/fast_forward.pdf2.Understanding the Git Workflow:https://sandofsky.com/blog/git-workflow.html3.Understanding Git: Merging:http://www.sbf5.com/~cduan/technical/git/git-3.sht
阅读全文
摘要:bash具有很强的交互性,介绍几个Linux命令行下最常用的快捷键,让您工作事半功倍。停止程序:ctrl + c注销:ctrl+d上:ctrl+p下:ctrl+n左:ctrl+b右:ctrl+f删除:ctrl+d一行的头:ctrl+a一行的尾:ctrl+e暂停当前命令:ctrl+z清空当前命令行到内容:ctrl+u清除屏幕内容: ctrl+L
阅读全文