issues
search
progit
/
progit2
Pro Git 2nd Edition
Other
5.9k
stars
1.94k
forks
source link
Modify ruby scripts: File.exists? to File.exist?
#1974
Closed
Sherry520
closed
3 months ago
Sherry520
commented
3 months ago
[x] I provide my work under the
project license
.
[x] I grant such license of my work as is required for the purposes of future print editions to
Ben Straub
and
Scott Chacon
.
Changes
Modify ruby scripts
git-credential-read-only
:
File.exists?
to
File.exist?
Changes
git-credential-read-only
:File.exists?
toFile.exist?