https://stackoverflow.com/questions/1463340/how-can-i-revert-multiple-git-commits/1463390#1463390
$ git reset --hard <COMMIT HASH TO REVERT TO>
$ git reset --mixed <CURRENT HEAD>
$ git commit
https://stackoverflow.com/questions/1463340/how-can-i-revert-multiple-git-commits/1463390#1463390
$ git reset --hard <COMMIT HASH TO REVERT TO>
$ git reset --mixed <CURRENT HEAD>
$ git commit
If the keyboard key arent quite working properly.
$ sudo rm /Library/Preferences/com.apple.keyboardtype.plist
The problem should now be solved
# See profiles
$ aws configure list-profiles
# Open and edit profiles
$ open ~/.aws/credentials
set -e | |
trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG | |
trap 'echo "\"${last_command}\" Error: pipeline failed with exit code $?."' EXIT |
Start (run)
$ docker run -dp 8080:8080 -it <container-name>
Build
$ docker build . -t <tag name>
https://stackoverflow.com/questions/57856809/installing-mongodb-with-homebrew
brew services stop mongodb
brew uninstall homebrew/core/mongodb
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community
{ | |
"compilerOptions": { | |
"sourceMap": true, | |
"target": "es6", | |
/* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ "module": "commonjs", | |
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ "allowJs": true, | |
/* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ "outDir": "./build", | |
/* Redirect output structure to the directory. */ "rootDir": ".", | |
/* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ "strict": true, | |
/* Enable all strict type-checking options. */ "noImplicitAny": false, |
build | |
coverage | |
amplify | |
amplify-backup | |
src/graphql/ | |
types/API.ts |