摘要:
git status、git diff、git add、git commit(快照);
PyCharm里比较当前版本与上一版本文件的差异;
git log、版本号;
git reset --hard、HEAD^、HEAD^^、HEAD~100在文件版本间旅行;
HEAD指针、git reflog。 阅读全文
摘要:
File → Settings-Plugins → Marketplace → "Chinese (Simplified) Language Pack / 中文语言包" → Install → Restart IDE 阅读全文
摘要:
git简介;版本库 Repository及本地创建;
把文件添加到仓库;把文件提交到仓库;
配置user.name user.email。 阅读全文