Local: this is your local environment, e.g. on your PC or Mac.
Origin: this is your remote repository, e.g. on GitHub or BitBucket.
List all local branches:
$ git branch
List all remote (in origin) branches:
Local: this is your local environment, e.g. on your PC or Mac.
Origin: this is your remote repository, e.g. on GitHub or BitBucket.
List all local branches:
$ git branch
List all remote (in origin) branches:
When getting Enable player in your browser
follow these instructions (widevine) https://gist.github.com/ruario/3c873d43eb20553d5014bd4d29fe37f1
Reverse scroll direction
in Settings > Mouse and Touchpad
sudo mousepad /usr/share/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
{ | |
"editor.fontSize": 18, | |
"editor.fontFamily": "'Consolas'", | |
"editor.lineHeight": 24, | |
"workbench.colorTheme": "Palenight Theme", | |
"workbench.iconTheme": "material-icon-theme", | |
"terminal.integrated.fontSize": 16, | |
"prettier.arrowParens": "avoid", | |
"prettier.singleQuote": true, | |
"prettier.trailingComma": "es5", |
import React from "react"; | |
import { render } from "react-dom"; | |
const App = () => ( | |
<Tabs> | |
<TabList> | |
<Tab>Tab 1</Tab> | |
<Tab>Tab 2</Tab> | |
<Tab>Tab 3</Tab> | |
</TabList> |