1.Fork this project.
2.clone those project on your local machine
```
git clone <link>
```
3.create a new branch
```
git branch [branch_name]
```
4.switch the created branch
```
git checkout [branch name]
```
5.check
```
git status
```
6.change whatever like
7.pull
```
git branch --set-upstream-to=origin/master [branch_name]
```
8.
```
git add .
```
9.Commit
```
git commit -am "update cp and rm command"
```
10.finally push
```
git push origin [brach_name]
```
11.see difference on repo and make some comment and create pull request.
Comments
Post a Comment