上次提交后新添加的内容,没有提交! git status 可以列出没有提交的所有修改,但我不想要这些修改! 怎么删除这些文件?
明白了,谢谢楼上各位!
2.0.0p247 :012 > User.all
User Load (0.0ms) SELECT "users".* FROM "users"
=> #<ActiveRecord::Relation [#<User id: 1, name: "Michael Hartl", email: "[email protected]", created_at: "2013-07-26 14:53:20", updated_at: "2013-07-26 14:53:20">, #<User id: 2, name: "A Nother", email: "[email protected]", created_at: "2013-07-26 14:54:13", updated_at: "2013-07-26 14:54:13">]>
#3 楼 @kamiiyu 为啥会这样子呢,http://railstutorial-china.org/chapter6.html 里也没说到要设置的
#7 楼 @messiahxu 好好,谢谢!
好东西要顶!
#2 楼 @messiahxu 但是,教程里有写。
#2 楼 @messiahxu 有那些影响吗?
不要沉了!!
#6 楼 @lvjian700 “1 * Gitosis 做服务器”,使用着个服务器的人的工作如何提交代码?
#4 楼 @mouse_lin 开了另外的 bare repo,那么本地的工作树如何提交到 bare repo
#14 楼 @reyesyang 好文章,谢谢分享! 原来如此,用 SSH 连接肯定是 Login Shell 了。如果.bash_profile 存在了,就只执行该文件的内容。
#12 楼 @reyesyang 高手,按照你的方法搞定了!非常感谢!
#10 楼 @reyesyang .bash_profile 安装 RVM 才有的,里面只有这句:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
没有人遇到吗?不要沉了!
#21 楼 @chankaward 好地址,谢谢了!