mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
8de8494677
18 changed files with 733 additions and 19 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,3 +1,2 @@
|
|||
friend
|
||||
problems
|
||||
fetch
|
||||
|
|
|
@ -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