摘要: 1. While we are editing a file in commend line: a. Press x to delete the code under the cursor. b. Press i to enter insert mode. And press ESC to exit 阅读全文
posted @ 2016-11-05 07:14 阿难1020 阅读(149) 评论(0) 推荐(0) 编辑
摘要: A very common development workflow when using git looks like this: Create a branch off of master with the name of your feature. Let's say feature/bett 阅读全文
posted @ 2016-11-05 06:05 阿难1020 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1.Use git push origin(remote) more-speech(branch) to push the latest branch to a remote. 2.Here we use git merge to merge two branch together. We have 阅读全文
posted @ 2016-11-05 03:00 阿难1020 阅读(117) 评论(0) 推荐(0) 编辑