V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jokerai  ›  全部回复第 1 页 / 共 1 页
回复总数  18
2022-01-24 10:45:19 +08:00
回复了 yhhsuf 创建的主题 奇思妙想 能从新西兰弄点啥到国内去卖?
新西兰赚钱 CHN 炒股炒基金是吧
2021-09-26 17:08:36 +08:00
回复了 wensonsmith 创建的主题 奇思妙想 非设计师怎么样能拥有自己独一无二的头像呢?
2021-08-27 14:22:38 +08:00
回复了 left7341 创建的主题 分享发现 真的很喜欢这种复古风格的日记软件
好神奇
@x86 #39 what a candidate
2021-06-17 17:08:28 +08:00
回复了 JKeita 创建的主题 职场话题 人生迷茫,求指点,快 29 岁了该不该二线去一线呢
派分身去,自己不去
DOM 解析生命周期
异步脚本、延迟脚本与 DOMContentLoaded 的关系
https://www.cnblogs.com/Bonnie3449/p/8419609.html
上面少了一步, 应该是

touch .gitignore
nano .gitignore 写入 2.txt
git add .gitignore
git commit -m 'update gitignore'
“不需要 git 管理 / 把文件踢出 git 管辖区 / 让 git 无视这个文件的存在吧” 的设置是应该放在 .gitignore 里的
如果误操作了,则先更新 .gitignore 文件并 commit,再对此文件把它移出去、commit 一次、再把它移回来就 OK
参考
https://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore/1274081#1274081

例子
cd testDir1
git init
touch 1.txt 2.txt 3.txt 4.txt 5.txt
git add 1.txt 2.txt
git commit -m 'update'

touch .gitignore
nano .gitignore 写入 2.txt
git commit -m 'update gitignore'

把 2.txt 移到外面目录( git 管辖区文件夹的外面)
git add 2.txt
git commit -m 'update'

把 2.txt 移到目录( git 管辖区文件夹)
git status

此后 2.txt 不会再被 git 管辖
2021-04-09 16:03:45 +08:00
回复了 guichina 创建的主题 分享创造 数字游民指南 1.0 正式上线,送一年 VIP
Y3NqMDMwNUBxcS5jb20=
谢谢
2021-03-14 17:30:28 +08:00
回复了 AlanSquirrel56 创建的主题 Apple 入手 Macbook 2020 Intel...
@AlanSquirrel56 #38 是的 而且主流 mac 软件基于 M 系 mac 和 Intel mac 卖出的历史总量的考虑也必然会出 X86 版本,即使是在五年后、即使在 M2 mac 和 M3 mac 发布之后,各大主流 mac 软件也是会保留遍地 X86 mac 软件:直到在历史整体出货量上 M 系机子 > Intel 系机子
2021-01-15 20:50:29 +08:00
回复了 captain2011 创建的主题 职场话题 女生觉得国企工作太压抑了,想跳出来
@ifxo 谢谢
2021-01-15 15:00:25 +08:00
回复了 captain2011 创建的主题 职场话题 女生觉得国企工作太压抑了,想跳出来
@ifxo 请问头像图片是谁 是否有原图?
2020-08-26 14:37:10 +08:00
回复了 hertzry 创建的主题 程序员 小白吐槽一下今天 C/C++装机历程
online c++ compiler 完事,超级不劝退
cpp.sh
2020-07-26 23:28:19 +08:00
回复了 ChristopherWu 创建的主题 程序员 Notion? Roam? OneNote?做笔记我用 Tiddlywiki
没写过 1000+ 笔记,为什么觉得能给人建议?
2020-07-26 23:24:51 +08:00
回复了 dvaknheo 创建的主题 程序员 public,protected,private 类的权限修饰词太少了
其实都状态机
2020-07-20 13:52:32 +08:00
回复了 jinliming2 创建的主题 Linux WSL2 是基于 Hyper-V 的,瞬间无爱了……
haha
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2855 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 14:29 · PVG 22:29 · LAX 07:29 · JFK 10:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.