摘要:
详细的更改: git show commitid只列出文件名:git show --pretty="format:" --name-onlycommitid转自:http://zhidao.baidu.com/link?url=XYc_nMq8CHl8oXJ2QNF4lWXYUItCKI19hg9P... 阅读全文
摘要:
首先在~/.bashrc文件中添加一行:# User specific aliases and functionsalias rm='rm -i'注意,此处 rm 和 = 之间不能有空格,否则会有找不到rm命令的提示,然后在终端执行这条命令,使得刚才的修改即刻生效:source ~/.bash_pr... 阅读全文
摘要:
You cansshdirectly from the Terminal on Mac, but you need to use a.PEMkey rather than theputty.PPKkey. You can use PuttyGen on Windows to convert from... 阅读全文