建立于: 1年前 ( 更新: 1年前 )
这里有两个命令,可以快速列出自己或别人所有的commit
单行
git log --author devin --oneline
含commit的档名
git log --author devin --name-only
这里有两个命令,可以快速列出自己或别人所有的commit
单行
git log --author devin --oneline
含commit的档名
git log --author devin --name-only
我如何删除,我GitHub上的远程分支。 首先,可先用命令查看origin git remote -v 这时可能显示如下: origin https://github.com/DevinY/dlaravel.git (fetch) origin https://github.com/DevinY/dlaravel.git (push)
No Comment
Post your comment