# 随缘笔记 **Repository Path**: mr-monster/random-notes ## Basic Information - **Project Name**: 随缘笔记 - **Description**: 随缘笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 随缘笔记 #### 介绍 随缘笔记 #### 20-12-23 (端口处理 cmd进入命令行解释器 端口扫描 : netstat -ano | find "(查找的端口)" 根据pid查看进程 : tasklist | find "(pid)" 删除进程 : taskkill /pid (pid) -t -f #### 20-12-24 (git分支合并 git pull --rebase,重新定义起点,将本地的commit取消掉,将本分支更新为最新的"origin"分支 若有冲突,手动解决冲突后git add ./ , git rebase --continue <<<<<到=====是本地代码,=====到>>>>>是其他分支代码