Skip to content

Instantly share code, notes, and snippets.

@mfresonke
mfresonke / .gitconfig
Created June 20, 2017 17:22 — forked from robmiller/.gitconfig
Some useful Git aliases that I use every day
#
# Working with branches
#
# Get the current branch name (not so useful in itself, but used in
# other aliases)
branch-name = "!git rev-parse --abbrev-ref HEAD"
# Push the current branch to the remote "origin", and set it to track
# the upstream branch
publish = "!git push -u origin $(git branch-name)"
Crawl(
items: [
CrawlItem(
bar:Bar(name: "Wack A Doo's Grub Brew", lat: 28.605199, long: -81.199551),
intendedTime: NSDate(timeIntervalSince1970: 1452370560)
),
CrawlItem(
bar:Bar(name: "ANDAIA'S Brazilian Kitchen & Bar", lat: 28.606065, long: -81.209229),
intendedTime: NSDate(timeIntervalSince1970: 1452935943)
),