This is a project we're making at Blekinge Institute of Technology.
npm install body-parser
npm install express
npm install mysql
Run the command "npm install mysql" in the main directory.
Run the command "chmod 755 [filename]", change "[filename]" to the file you want to make runnable.
Use either the mode 755 or 744. 755 will make it runnable on all users and 744 will make it runnable on the current user only.
https://gitextensions.github.io/
Run "git help", "man git" or "git help everyday" for help and descriptions.
-
git init
-
git status
-
git diff
-
git diff [file/directory]
-
git log
-
git add [file/directory]
-
git add --all
-
git commit -m "message"
-
git push
-
git stash
-
git pull
-
git stash pop
-
git checkout [branchname]
-
git checkout -b [newbranchname]
-
git reset HEAD
-
git reset HEAD~n, where n is a number
-
git checkout --