Skip to content

Commit

Permalink
git clone with .git folder ?
Browse files Browse the repository at this point in the history
why i git clone the .git folder?
I am not clearly, just let .git folder become small.
if you konw the reasons,please tell me at issue.
  • Loading branch information
LandGrey committed May 5, 2017
1 parent 419137f commit 082814e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A: A useful and better password-generator that helps plenty of penetration teste

## Start:
```
git clone https://www.github.com/landgrey/pydictor.git
git clone --depth=1 --branch=master https://www.github.com/landgrey/pydictor.git
cd pydictor/
chmod 755 pydictor.py
python pydictor.py
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ A: 1.生成密码它总会帮到你
不管你是使用的python 2.7版本还是python 3.4 以上版本,pydictor都可以在Windows、Linux 或者是Mac上运行;
Q: pydictor的目标是什么?
A: 一个实用、帮助大量渗透测试人员更好的工作的更好的密码字典生成器
A: 一个实用、帮助大量渗透测试人员更好的工作的更好的密码字典生成器
```

## 开始:
```
git clone https://www.github.com/landgrey/pydictor.git
git clone --depth=1 --branch=master https://www.github.com/landgrey/pydictor.git
cd pydictor/
chmod 755 pydictor.py
python pydictor.py
Expand Down

0 comments on commit 082814e

Please sign in to comment.