switch: reject if some operation is in progress
[gitweb.git] / Documentation / gitattributes.txt
index bdd11a2dddf81647937f1cf002b37e0b192b47d1..af16a35a9a72a3ccc850f006c335d5f4b68003b5 100644 (file)
@@ -112,7 +112,8 @@ Checking-out and checking-in
 
 These attributes affect how the contents stored in the
 repository are copied to the working tree files when commands
-such as 'git checkout' and 'git merge' run.  They also affect how
+such as 'git switch', 'git checkout'  and 'git merge' run.
+They also affect how
 Git stores the contents you prepare in the working tree in the
 repository upon 'git add' and 'git commit'.