lnnrtwttkhn / version-control-book

Source code for the Version Control Book, a guide to Git for scientists
https://lennartwittkuhn.com/version-control-book/
Creative Commons Attribution Share Alike 4.0 International
7 stars 2 forks source link

suggestions for further improvement of CLI chapter #160

Closed lnnrtwttkhn closed 1 week ago

lnnrtwttkhn commented 5 months ago

a few ideas for further improvement after reviewing #157:

For example, typing ls (you will find out more about this command below) and pressing ⇥ Tab might complete it to ls -l or ls -a. Autocompletion also works for the Git commands, that will be introduced in the following chapters of this book.