Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git-rename.txt « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 583cb0315e1d9c50cbb19575a0e61b30b5429e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
git-rename(1)
=============

NAME
----
git-rename - Script used to rename a file, directory or symlink.


SYNOPSIS
--------
'git-rename' <source> <destination>

DESCRIPTION
-----------
This script is used to rename a file, directory or symlink.

The index is updated after successful completion, but the change must still be
committed.

Author
------
Written by Linus Torvalds <torvalds@osdl.org>
Rewritten by Ryan Anderson <ryan@michonline.com>

Documentation
--------------
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the gitlink:git[7] suite