If you get this error message:
ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /usr/bin directory.
Fix
sudo gem install [gem-name] -n /usr/local/bin
ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /usr/bin directory.
sudo gem install [gem-name] -n /usr/local/bin
npm i -g npm-check-updates | |
ncu -u | |
npm install |
git checkout master
git pull --rebase origin master
git checkout [feature branch name]
git merge --no-ff master
git log
git checkout -b [feature branch name]
git commit -a -m "Commit message"
git push origin [feature branch name]
--