-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d44f165
commit 0f6f1fe
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ Things shouldn't be this way. Not in Python. | |
|
||
- Written in uncomplicated Python | ||
- Easy to [install](https://github.com/mnw2212/gity#installation) | ||
- Stupidly [easy to use](https://github.com/mnw2212/gity#usage) | ||
- Works on Linux and Mac | ||
|
||
## Current Support | ||
|
@@ -33,7 +32,6 @@ Things shouldn't be this way. Not in Python. | |
- git push | ||
- git pull | ||
- git checkout | ||
- git reset head | ||
|
||
## Installation | ||
|
||
|
@@ -64,7 +62,7 @@ PRs are welcome. To begin developing, follow this: | |
|
||
```bash | ||
# make virtual env | ||
$ git clone --recursive [email protected]:mnw2212/gity.git | ||
$ git clone --recursive [email protected]:Mnw2212/gity.git | ||
$ cd gity/ | ||
$ python gity/gity.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
author='Mayuresh Waykole', | ||
author_email='[email protected]', | ||
description='The Git magician for Python', | ||
long_description=open(README.md).read(), | ||
long_description=open('README.md').read(), | ||
packages=['gity'], | ||
include_package_data=True, | ||
platforms='any', | ||
keywords='python git shell', | ||
classifiers=[], | ||
) | ||
) |