Skip to content

Commit

Permalink
add git info
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jul 13, 2016
1 parent 82b2c95 commit c41d0c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
Fei's simple & cool windows bash env.

##ENV PATH:
### Initial PATH ENV by SETX.bats:
+ C:\Users\Administrator\AppData\Local\atom\app-1.8.0
+ C:\Program Files\Git\bin

###Initial Git info:
```sh
$ git config --global user.email "you@example.com"
$ git config --global user.name "Your Name"
```

###Get git tools:
+ https://www.git-scm.com/download/
+ cd e:/github
Expand Down

0 comments on commit c41d0c8

Please sign in to comment.