Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44a9b7d

Browse files
committed
grammatical error : remove_all_pyc.md
1 parent24d6113 commit44a9b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎01_remove_all_pyc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ To recursively remove all those pesky *.pyc* files from a git repo, run this com
66
$ find. -name"*.pyc" -exec git rm -f {}\;
77
```
88

9-
Then make sure to add a*.gitignore*and the root of the repo and add the line:`*.pyc`
9+
Then make sure to add a*.gitignore*in the root of the repo and add the line:`*.pyc`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp