]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-rename.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-rename.txt
1 git-rename(1)
2 =============
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-rename - Script used to rename a file, directory or symlink.
8
9
10 SYNOPSIS
11 --------
12 'git-rename' <source> <destination>
13
14 DESCRIPTION
15 -----------
16 This script is used to rename a file, directory or symlink.
17
18 The index is updated after successful completion, but the change must still be
19 committed.
20
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
24 Rewritten by Ryan Anderson <ryan@michonline.com>
25
26 Documentation
27 --------------
28 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
29
30 GIT
31 ---
32 Part of the link:git.html[git] suite
33