mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Release 0.6.0
This commit is contained in:
parent
0ce6d057ba
commit
3a82acaa8e
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
0.6.0 / 2011-06-24
|
||||
==================
|
||||
|
||||
* Added `git-back` command for soft undos [Kenneth Reitz]
|
||||
|
||||
0.5.1 / 2011-05-20
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="0.5.1"
|
||||
VERSION="0.6.0"
|
||||
|
||||
update() {
|
||||
local orig=$PWD
|
||||
|
|
|
|||
Loading…
Reference in a new issue