Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch

I am using Git. I did a pull from a remote repo and got an error message: Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch. I try to type a message and press Enter but nothing happens. How do I … Read more

“code .” is not working in on the command line for Visual Studio Code on OS X/Mac

The command code . doesn’t work in this manual. All the other steps before that worked. How can I call the Visual Studio Code in an OS X terminal? pwd /Users/mona/nodejs/myExpressApp code . -bash: code: command not found I ended up opening it from within Visual Code Studio by changing the workspace, but why won’t that … Read more

How do I update the password for Git?

I’m using BitBucket with Xcode and Git for version control, and recently I changed all of my passwords (thanks Adobe!). Unsurprisingly, I’m no longer able to push my local commits to my repository on BitBucket (Authentication failed for ‘https://______.git’), but I’m forgetting how to update the cached password on my iMac. Somehow I’ve been unable … Read more