mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Symbols for index-modifying cards, remove index/mv level for now
Plus better descriptions for pull/push/fetch.
This commit is contained in:
parent
5df4932ad5
commit
97a7c40ba3
15 changed files with 728 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
title = Checking out files from the index
|
||||
cards = add reset checkout-file commit
|
||||
cards = add reset-file checkout-file commit
|
||||
|
||||
[description]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
title = Resetting files in the index
|
||||
cards = add reset commit
|
||||
cards = add reset-file commit
|
||||
|
||||
[description]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
title = Delete a file in the next commit
|
||||
cards = add reset checkout-file rm file-delete commit
|
||||
cards = add reset-file checkout-file rm file-delete commit
|
||||
|
||||
[description]
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ add
|
|||
reset
|
||||
checkout
|
||||
rm
|
||||
mv
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
title = Rename a file in the next commit
|
||||
cards = add reset checkout-file mv commit
|
||||
cards = add reset-file checkout-file mv commit
|
||||
|
||||
[description]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue