zoukankan
html css js c++ java
git丢弃修改
丢弃本地所有更改:
git fetch origin
git reset --hard origin/[对应的分支]
更改上次提交的注释:
git commit --amend
会进到(vim编辑器)
英文状态按c 直到进入编辑
编辑完后,按住ESC,再练按大写Z 保存退出就ok
查看全文
相关阅读:
30个在线学习设计与开发的站点
马云:你的一生到底该往哪个方向走?
那些争议最大的编程观点
Python 标识符
Python 环境搭建
Python 简介
PyCharm 使用技巧
Shell脚本———— /dev/null 2>&1详解
linux 创建连接命令 ln -s 软链接
scp命令详解
原文地址:https://www.cnblogs.com/liuming666/p/0213fad1233f8eae7e565fd2e2478f99.html
最新文章
杭电 2056
近面裁剪
怎样发表论文
工作笔记4.struts2上传文件到server
asp.net 中点击button弹出模式对话框,选择值后返回到页面中(window.showModalDialog实现)
shell学习小结
c# 用OpenXmL读取.xlsx格式的Excel文件 返回DataTable
协程基础_context系列函数
IOS高级面试题
POJ 2942 Knights of the Round Table 黑白着色+点双连通分量
热门文章
resin后台输出中文乱码的解决的方法!
Codeforces 430 A. Points and Segments (easy)
HDU 4462 Scaring the Birds (暴力枚举DFS)
An internal error occurred during: "Checking tomcat state". Error while reading server.xml
awk技巧
零基础学python-6.2 共享引用
大数据时代的新BI系统架构发展趋势
nyoj 1104 just for you
英语学习七月总结
设计模式 之 单例
Copyright © 2011-2022 走看看