Skip to content

Instantly share code, notes, and snippets.

View ishanashams's full-sized avatar

Ishan Shams ishanashams

View GitHub Profile
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://swrc.ontoware.org/ontology#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://olafhartig.de/foaf.rdf#olaf>
a foaf:Person ;
foaf:mbox_sha1sum "9c09772d208636b590bf7b41d9d1976b80f6b335" ;
foaf:name "Olaf Hartig" ;
foaf:givenName "Olaf" ;
foaf:familyName "Hartig" ;
@ishanashams
ishanashams / simple-git-workflow.md
Created May 30, 2018 20:15 — forked from leesmith/simple-git-workflow.md
Simple Git Workflow For Continuous Delivery

Simple Git Workflow For Continuous Delivery

Workflow guidelines:

  • master branch is always production-ready, deployable, 100% green test suite
  • New development is done on feature branches, with frequent rebasing onto master
  • Clean commit history by preferring to rebase instead of merge (git pull is configured to automatically rebase)

rebase workflow

Workflow

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.