Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 159 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 159 Bytes

stash patches with svn

How to use:

$ stash ls
$ stash save mypatch
$ stash pop mypatch
$ stash push mypatch
$ stash rm mypatch
$ stash show mypatch