Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
bleeptrack 2021-01-14 11:44:50 +01:00
commit 8de8494677
18 changed files with 733 additions and 19 deletions

View file

@ -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]

View file

@ -1,5 +1,5 @@
title = Resetting files in the index
cards = add reset commit
cards = add reset-file commit
[description]

View file

@ -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]

View file

@ -4,4 +4,3 @@ add
reset
checkout
rm
mv

View file

@ -1,3 +1,2 @@
friend
problems
fetch

View file

@ -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]