Skip to content

Instantly share code, notes, and snippets.

View MrMovl's full-sized avatar

Tomke Reibisch MrMovl

  • naymspace GmbH
  • Nübbel
View GitHub Profile
alias gdno="git diff --name-only"
alias gd="git diff"
alias gcm="git commit -m"
alias gaa="git add -A"
alias gca="git commit --amend --no-edit"
alias gcaa="git add --all && git commit --amend --no-edit"
alias gnope="git checkout ."
alias gwait="git reset HEAD"
alias gundo="git reset --soft HEAD^"
alias gl="git log --graph --pretty='\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit"
<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" />
<link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
{% if FEED_RSS %}
<link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %}
# 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 ->
@MrMovl
MrMovl / extensions.json
Last active October 30, 2017 12:07 — forked from ggb/.gitignore
[
{
"name": "elm-format",
"publisher": "abadi199",
"version": "0.1.0",
"id": "abadi199.elm-format",
"__metadata": {
"id": "2f9cd7df-b77a-4f3c-bed9-560f68ceedb9",
"publisherId": "476ad3df-9082-42db-b104-097f9c37d738",
"publisherDisplayName": "abadi199"