由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - git问题
相关主题
go 怎么 disable这个__init 是什么意思
SVN howto: branch working copy changes without committing? (转载)A C++ private member function problem
卫东大牛组织下挑战Zillow challenge?VC++ release VS debug
A thread question请教c++数组初始化
How to initialize object in constructor?请问static variable init的问题?
一个java class downcast 的问题Semaphores in Linux (转载)
两个继承问题INIT_WORK从Linux kernel 2.6.20后改了?
请教函数 INIT 怎么能free memory请问以下代码有什么错误?
相关话题的讨论汇总
话题: git话题: emacs话题: commit话题: file话题: check
进入Programming版参与讨论
1 (共1页)
G**Y
发帖数: 33224
1
git init
git add .
git commit -m "initial commit"
以后,用emacs改一个文件,她说:
“File ××× is checked in. Check it out (y or n)?"
手册了没说这事呀。是不是emacs糊涂了?
G**Y
发帖数: 33224
2
似乎是emacs的viper mode把他当CVS了!

【在 G**Y 的大作中提到】
: git init
: git add .
: git commit -m "initial commit"
: 以后,用emacs改一个文件,她说:
: “File ××× is checked in. Check it out (y or n)?"
: 手册了没说这事呀。是不是emacs糊涂了?

r****y
发帖数: 26819
3
也用emacs和git,没遇到emacs报这个提示。大概因为分开用的。

【在 G**Y 的大作中提到】
: git init
: git add .
: git commit -m "initial commit"
: 以后,用emacs改一个文件,她说:
: “File ××× is checked in. Check it out (y or n)?"
: 手册了没说这事呀。是不是emacs糊涂了?

d*******r
发帖数: 3299
4
你用 emacs 还用 vi 的 key binding?
我还以为没人这么用呢

【在 G**Y 的大作中提到】
: 似乎是emacs的viper mode把他当CVS了!
r****y
发帖数: 26819
5
evil好像更流行。

【在 d*******r 的大作中提到】
: 你用 emacs 还用 vi 的 key binding?
: 我还以为没人这么用呢

G**Y
发帖数: 33224
6
evil还不错。
用了几天,运转正常,没有surprise。

【在 r****y 的大作中提到】
: evil好像更流行。
1 (共1页)
进入Programming版参与讨论
相关主题
请问以下代码有什么错误?How to initialize object in constructor?
哪位帮忙看一个极为简单的 MPI 程序,感谢拉!一个java class downcast 的问题
一个 default constructor 的问题两个继承问题
python smtp 587 连不上gmail, socket error?请教函数 INIT 怎么能free memory
go 怎么 disable这个__init 是什么意思
SVN howto: branch working copy changes without committing? (转载)A C++ private member function problem
卫东大牛组织下挑战Zillow challenge?VC++ release VS debug
A thread question请教c++数组初始化
相关话题的讨论汇总
话题: git话题: emacs话题: commit话题: file话题: check