mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Mention right-clicking
This commit is contained in:
parent
cc54f33c78
commit
417d7f405a
4 changed files with 7 additions and 2 deletions
levels
|
@ -5,3 +5,5 @@ There's another way to add an entry to the index directly:
|
|||
The first three numbers of the mode describe the type of the entry, "100" is a regular file.
|
||||
|
||||
The second three number describe the permissions. Only "644" (non-executable) and "755" (executable) are supported.
|
||||
|
||||
You can insert the hash of an object into the terminal by right-clicking on it! :)
|
||||
|
|
|
@ -2,4 +2,6 @@ As soon as you have some tree objects, you can always read them and set the inde
|
|||
|
||||
git read-tree <tree>
|
||||
|
||||
For <tree>, you can provide the hash of any tree object - you can right-click one to insert its hash into the terminal!
|
||||
|
||||
Try reading some of the trees in this repository into the index!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue