retire git-up

Thu, 26 Jan 2017 16:00:59 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 26 Jan 2017 16:00:59 -0500
changeset 488
c986943c78ff
parent 487
0939aed44277
child 489
ba71ed414be4

retire git-up

.Gemfile file | annotate | diff | comparison | revisions
.gitconfig file | annotate | diff | comparison | revisions
--- a/.Gemfile
+++ b/.Gemfile
@@ -1,6 +1,5 @@
 source 'https://rubygems.org'
 
-gem 'git-up'
 gem 'pry'
 gem 'httparty'
 gem 'asciidoctor'
--- a/.gitconfig
+++ b/.gitconfig
@@ -23,6 +23,7 @@
 	br      = branch
 	staged  = diff --cached
 	unstage = reset HEAD --
+	up      = pull --all --prune -r --autostash
 	update  = "!git remote update -p && git merge --ff-only --stat @{u}"
 	in      = "!git remote update -p; git log --pretty=onelinecustom ..@{u}"
 	out     = "!git log --pretty=onelinecustom @{u}.."

mercurial