摘要:
原文:http://www.cnblogs.com/piaopiao7891/p/3577291.html1、webstorm快捷键:IntelliJ-Idea 的快捷键Ctrl+/或Ctrl+Shift+/注释(//或者/*…*/)Shift+F6重构-重命名Ctrl+X删除行Ctrl+D复制行C... 阅读全文
摘要:
查看日志:git log ,按“q”退出修改提交名称和邮件:git config --global user.name "Your Name" git config --global user.email you@example.com 全局的通过vim ~/.g... 阅读全文