Commit 13fb7cd6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix old documentation sugesting use of 'git worktree'

parent 4c57e719
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bash
#
# Copyright 2018 Dominik Sekotill
# Copyright 2018-2019, 2022 Dominik Sekotill
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ USAGE="Usage: $SCRIPT [-h] {init|clone|convert|add|mv|rm} [OPTION [OPTION ...]]
  from there.  In 'super working trees' the repository is stored in the
  top-level directory and each working tree (including the main one) is a
  subdirectory. New working trees can be created from the top-level with the
  \`git worktree add\` command.
  \`git supertree add\` command.


$SCRIPT init [WORKTREE-BASE] [-b BRANCH[:PATH]]