Skip to content

Commit 52dff76

Browse files
committed
v.0.0.3
1 parent 8752d3d commit 52dff76

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ GitPie is built on [NW.js](https://github.com/nwjs/nw.js) and [Angular](https://
1818
With GitPie you can:
1919

2020
- Add any Git repository
21+
- Clone any Git repository
2122
- Visualize the commit history
2223
- Visualize the number of commits
2324
- Visualize changes per commit
24-
- Visualize changes in files (Not from a beauty way yet :/)
25+
- Visualize changes in files
2526
- Add files to commit
2627
- Commit changes
27-
- Pull changes (Only for public projects yet :/)
28+
- Pull changes *(An ssh key needs to be configured properly)*
29+
- Push changes *(An ssh key needs to be configured properly)*
2830
- Create new branchs
2931
- Switch between branchs
32+
- Visualize repository tags
3033

3134
## Installing
3235

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitPie",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "A Multiplataform Client for Git",
55
"main": "index.html",
66
"window": {

0 commit comments

Comments
 (0)