From 6a41545f75439f8efdfc70d88426b8db1e6da628 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Thu, 26 Jun 2008 12:27:39 +0300 Subject: new git screenshot --- Makefile | 4 ++++ screenshot-prompt-git.png | Bin 186582 -> 201168 bytes 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index ab43b62..0fdbc3c 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ clean: tgit: xclip -i git-demo echo "ready to paste ..." + +release: install + git tag `git tag -l | awk -F. 'END{printf "%s.%s\n", $1,$2+1}'` + git push diff --git a/screenshot-prompt-git.png b/screenshot-prompt-git.png index 4ede981..b9a4421 100644 Binary files a/screenshot-prompt-git.png and b/screenshot-prompt-git.png differ -- cgit v1.2.3