diff options
author | Thomas Rast <trast@student.ethz.ch> | 2010-01-07 17:42:27 +0100 |
---|---|---|
committer | Thomas Rast <trast@student.ethz.ch> | 2010-01-09 21:08:26 +0100 |
commit | e330d8ca1a9ec38ce40b0f67123b1dd893f0b31c (patch) | |
tree | ce537194d33e4dd0a93786772e876444321721e6 /Documentation/git-pull.txt | |
parent | 57bddb115331a23816af772172531fb56fceace4 (diff) | |
download | git-e330d8ca1a9ec38ce40b0f67123b1dd893f0b31c.tar.gz |
Documentation: warn prominently against merging with dirty trees
We do this for both git-merge and git-pull, so as to hopefully alert
(over)users of git-pull to the issue.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Diffstat (limited to 'Documentation/git-pull.txt')
-rw-r--r-- | Documentation/git-pull.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index b93201158f..b3fa312d78 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -24,6 +24,10 @@ when merging local branches into the current branch. Also note that options meant for 'git-pull' itself and underlying 'git-merge' must be given before the options meant for 'git-fetch'. +*Warning*: Running 'git-pull' (actually, the underlying 'git-merge') +with uncommitted changes is discouraged: while possible, it leaves you +in a state that is hard to back out of in the case of a conflict. + OPTIONS ------- |