Bugfix: stop if directory already exists
[alt-git.git] / Documentation / git-rename.txt
blob583cb0315e1d9c50cbb19575a0e61b30b5429e38
1 git-rename(1)
2 =============
4 NAME
5 ----
6 git-rename - Script used to rename a file, directory or symlink.
9 SYNOPSIS
10 --------
11 'git-rename' <source> <destination>
13 DESCRIPTION
14 -----------
15 This script is used to rename a file, directory or symlink.
17 The index is updated after successful completion, but the change must still be
18 committed.
20 Author
21 ------
22 Written by Linus Torvalds <torvalds@osdl.org>
23 Rewritten by Ryan Anderson <ryan@michonline.com>
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
29 GIT
30 ---
31 Part of the gitlink:git[7] suite