1 - git checkout master
2 - git pull (get latest changes on master)
3 - git checkout -b "{name-of-new-branch}"
# ./husky/pre-commit | |
#!/bin/sh | |
# Define ANSI color codes | |
MAGENTA='\033[35m' | |
RESET_COLOR='\033[0m' | |
# Check if the message has been displayed | |
if [ -z "$LINTER_MESSAGE_DISPLAYED" ]; then |
Store them in 1Password
Install the AWS CLI tool
Run the following to configure your authorization keys into your local environment. Leave the "region name" and "output format" options blank by simply pressing "Enter". See image in comment below.
<!-- bbb --> |
//if the word starts with a vowel, so vowel test returns index 0, then simply add "way" to the end of the word | |
//grab the first consonant of str by checking where the first vowel resides | |
var finishedWord = ""; | |
var string = ""; | |
var a = ""; | |
var e = ""; |