- Node / npm
- Angular
- MongoDb mongo 3t
- Flask / py 3.7
- https://chrome.google.com/webstore/detail/moesif-orign-cors-changer/digfbfaphojjndkpccljibejjbppifbc?hl=en-US
- npm install --save bootstrap@3
limted use, may lose everything on local using git reset --hard HEAD
[Carefully]
git reset --hard HEAD
git pull
[Revise, Editing]
git add .
git commit -m 'messages'
git push origin master
Please Commit As Much As Possible, All Your Current Process.
here are basic git commands, we all use master
for eazy manipulations:
- On Mac, open terminal. If block, try
sudo
orsudo su
On PC, please download Git Bash for Windows https://gitforwindows.org/ git clone https://github.com/ChloeZPan/Learning.git
git status
IF it shows: "nothing to commit", THEN go to Step 6; ELSE continue Step 4.git add .
ORgit add <file name>
git commit -m 'any message you want, but meaningful
git pull
IF it shows: "CONFLICT (content): Merge conflict in" or "Automatic merge failed; fix conflicts and then commit the result.", THEN please fix those conflict in IDE, then back to Step 4, loop till the user change from(master|MERGING)
to(master)
git push origin master