Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonids Maslovs committed Feb 10, 2016
1 parent f51bdc8 commit 7a82604
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions git/autosave.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Git Autosave

I've recently discovered useful Git configuration snippet which I now use daily
as a means temporal backup before pulls & merges.
I've recently discovered useful Git configuration snippet which I now use daily as a means temporal backup before pulls & merges.

Snippet credits goes to [jusinmk](https://github.com/justinmk).

Expand All @@ -12,7 +10,7 @@ Here it goes.
autosave = "!git stash save autosave-$(date +%Y%m%d_%H%M%S)"
```

*How to use:*
_How to use:_

```console

Expand All @@ -21,6 +19,4 @@ Saved working directory and index state On master: autosave-20160207_191131
HEAD is now at 08efc4b Initisal version of README

λ ./til/ master git stash apply

```

0 comments on commit 7a82604

Please sign in to comment.