[TOC]
Text Files Recording
This folder is to store QSC PM's private files.
In the mean time, it is a way of collaboration.
Now there are several brochures:
- 产品从-1到0傻瓜手册 ( your textbook about product)
- 产品面试手册(The interview manual)
- 面向管理的产品手册(The management guide)
- 网节手册(Handbook about Network Festival)
- 写给求是潮产品的历史书(History book)
Now there are several backup data:
- 内训资料(training data)
Here are some cautions you must follow:
- Never force-push !!
- you'd better not delete some part directly without telling PM team. Otherwise you can use way like annotation to express your point of view.
Some tips you can use to obtain a better experience:
- use
diff
command in Vscode to compare the difference between two files. It is really useful for our text(.txt, .md) editing. Just like git diff.
If you meet any problems, contact 剩女.
Thank you for your contributions to make QSC PM better!
Here we introduce the method of using Github Desktop and VScode
-
Install Github Desktop and VScode
Github Desktop is a tool help you using git while VScode is a text editor
-
Configure your Github Desktop ( Sign in )
-
Clone Repository from remote
- Update local files
- Commit changes and Push to origin so that others can get your changes
BTW, you can view your changes here.
- Push to origin
Here may remind you you need to fetch first. That is because someone else modified files and push to origin, you need to pull
first.
If you meet conflict which is because your changes are contradict with someone else's. Click view in VScode, and select which changes you want to preserve and then save.
If you meet any problems, contact 剩女.
- first, install VScode
win + r
, inputcmd
into console
- use
d:
to change disk, and usecd
command to go to file path
code --diff file1 file2
- look difference in VScode