1. Create new branch with changes in master
git checkout -b [feature branch name]
2. Add changes and Commit
git commit -a -m "Commit message"
3. Push changes to remote
git push origin [feature branch name]
--
git checkout -b [feature branch name]
git commit -a -m "Commit message"
git push origin [feature branch name]
--
git checkout master
git pull --rebase origin master
git checkout [feature branch name]
git merge --no-ff master
git log
npm i -g npm-check-updates | |
ncu -u | |
npm install |
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