1
0
mirror of https://github.com/git/git.git synced 2024-10-21 03:28:41 +02:00
git/contrib/completion
Nguyễn Thái Ngọc Duy 9f792bb472 worktree move: new command
This command allows to relocate linked worktrees. Main worktree cannot
(yet) be moved.

There are two options to move the main worktree, but both have
complications, so it's not implemented yet. Anyway the options are:

- convert the main worktree to a linked one and move it away, leave
  the git repository where it is. The repo essentially becomes bare
  after this move.

- move the repository with the main worktree. The tricky part is make
  sure all file descriptors to the repository are closed, or it may
  fail on Windows.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-02-12 13:13:35 -08:00
..
.gitattributes
git-completion.bash worktree move: new command 2018-02-12 13:13:35 -08:00
git-completion.tcsh
git-completion.zsh
git-prompt.sh git-prompt: fix reading files with windows line endings 2017-12-06 10:08:13 -08:00