X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/368a44c3761d46b5a085215a9ed6878da4e84fa6..ea5b7bf3533205be4268d8e7d79198344161c819:/Documentation/tutorial.txt diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 5899c38..43b6409 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -127,14 +127,14 @@ already exist in the working directory, but you have to tell StGIT explicitly if you add, remove, or rename files. To record the addition or deletion of files in your new patch: - stg add [*] + git add [*] stg rm [*] To record the renaming of a file in your new patch, issue both of these commands: stg rm - stg add + git add Stack manipulation: managing multiple patches @@ -387,9 +387,6 @@ Layout of the .git directory heads/ master - the master commit id ... - bases/ - master - the bottom id of the stack (to get a big diff) - ... tags/ ... branches/