2023年9月14日

摘要: 因为字的大小取决去具体系统的总线宽度,如果是32位的系统,则一个字是4个字节,如果是64位,则是8个字节。 阅读全文

posted @ 2023-09-14 20:13 牛man 阅读(309) 评论(0) 推荐(0) 编辑

摘要: git revert 撤销某次操作,此次操作之前和之后的commit和history都会保留,并且把这次撤销作为一次最新的提交 撤销commits bash 复制代码 git revert -n 'commit id' 撤销某次merge 保留本分支内容,撤销'commit id'对应的内容 bas 阅读全文

posted @ 2023-09-14 14:27 牛man 阅读(173) 评论(0) 推荐(0) 编辑

摘要: 问题 $ git pull error: You have not concluded your merge (MERGE_HEAD exists). hint: Please, commit your changes before merging. fatal: Exiting because o 阅读全文

posted @ 2023-09-14 14:03 牛man 阅读(19) 评论(0) 推荐(0) 编辑