KB Blog
Navigation

Angular

Services

AWS

CLI Elastic Beanstalk EC2 RDS VPC

CircleCI

AWS Configuration Workflow and deployment

CSS / SASS

Bootstrap Flexbox Fonts Margin and Padding Tables Variable in SASS

Docker

Getting started

Git

Git branches Content versioning Credentials Git remotes Git tags

Go

Installation

Heroku

CLI

JavaScript

Async / await Service Workers Webpack Workbox

Jekyll

Filter Markdown

Markdown

Images

MySQL

Getting started

PostgreSQL

Installation

PowerShell

Profiles Profiles

Rails

Serialization Active Storage Routing

ReactJS

React + CI Documentation Props Redux Saga

Surge.sh

Getting Started

Travis CI

Deployment Encrypting variables Notifications

Ubuntu

Language Python & Django

Visual Studio Code

Extensions

Vue.js

Pwa Routing Vuepress Vuex

Git remotes

Remote management

Add a remote

git remote add origin https://github.com/user/repo.git

from Github help

Delete a remote

git remote rm destination

from Github help

Renaming a remote

git remote rename origin destination

from Github help