Skip to content

Instantly share code, notes, and snippets.

View danibaxx's full-sized avatar
💻
Learning to code, 1 div at a time.

Danielle Baxter danibaxx

💻
Learning to code, 1 div at a time.
  • Salt Lake City
View GitHub Profile
@VladRez
VladRez / github-no-configured-push-destination.sh
Created April 20, 2019 22:31
No configured push destination
# fatal: No configured push destination
# # Remote #local:#remote branch
git push --set-upstream https://github.com/username/repo.git master:master
# use `--force` flag on conflict
@ankurk91
ankurk91 / npm-commands.md
Last active October 22, 2023 12:16
Useful npm commands and tricks

npm v3.10 - ◾

⚠️ This gist is outdated, but most of the commands are still relevant. ⚠️

Update npm itself

npm install -g npm
# Downgrade to a specific version
npm install -g npm@6