mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-27 21:39:59 +02:00
reset levels directory without it translations
This commit is contained in:
parent
07d33339cc
commit
e80596219a
208 changed files with 193 additions and 3511 deletions
levels/en/low-level
|
@ -1,29 +0,0 @@
|
|||
[description]
|
||||
|
||||
To remove an entry from the index, use a command like this:
|
||||
|
||||
git update-index --force-remove <file>
|
||||
|
||||
Remove all entries from the index!
|
||||
|
||||
[setup]
|
||||
|
||||
echo "file 1" > file1
|
||||
echo "file 2" > file2
|
||||
echo "file 3" > file3
|
||||
git add .
|
||||
|
||||
[setup goal]
|
||||
|
||||
echo "file 1" > file1
|
||||
echo "file 2" > file2
|
||||
echo "file 3" > file3
|
||||
git add .
|
||||
|
||||
git update-index --force-remove file1
|
||||
git update-index --force-remove file2
|
||||
git update-index --force-remove file3
|
||||
|
||||
[win]
|
||||
|
||||
test "$(git ls-files | wc -l)" -eq 0
|
Loading…
Add table
Add a link
Reference in a new issue