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