I hereby claim:
- I am civ2boss on github.
- I am civ2boss (https://keybase.io/civ2boss) on keybase.
- I have a public key whose fingerprint is DD3A 6535 2C45 6A2C BBD6 DFAF D252 98C4 78CE 64B9
To claim this, I am signing this object:
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> |
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../google-map/google-map.html"> | |
<polymer-element name="my-element"> |
var gulp = require('gulp'); // Gulp itself | |
var less = require('gulp-less'); // Compiling LESS | |
var watch = require('gulp-watch'); // Watch for files that changed | |
var filter = require('gulp-filter'); // Filters the pipeline | |
var plumber = require('gulp-plumber'); // Handles errors without breaking pipeline | |
var minifyCss = require('gulp-minify-css'); // Minify CSS | |
var sourcemaps = require('gulp-sourcemaps'); // Generates source maps | |
var autoprefixer = require('gulp-autoprefixer'); // Post process CSS | |
var browserSync = require('browser-sync').create(); // Live reload server |
I hereby claim:
To claim this, I am signing this object:
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
This guide will provide a complete walkthrough for getting GitButler setup and functioning on a windows environment using Windows Subsystem for Linux (WSL).
Please note that GitButler on windows via wsl is not well tested and not officially supported, though one of the top priorities of the GitButler team is to get a working windows build out asap. For now, however this is the easiest solution I have developed.