Category: git
Git is a popular and widely used version control system. If you stage your local changes and commit it to local branch, you can change the commit message by: …
Suddenly, you run npm run lint and it shows quite a lot of linebreak-style errors. Your Visual Studio Code suddenly does not show you the lint errors as well. …
In NodeJS unit testing frameworks such as mocha/chai, you could add .only after describe or it, so that the specific set of tests are run, which excludes/disables all other …
Have you ever been wanting to push your heads against the walls when you accidentally push commits to the master/develop branchs (even they are local branches)? You can however …
I have accidentally found that an known account with active, owner and posting keys have been pushed to official github branch for steem-python a few weeks back. It has …