Created
February 8, 2013 21:03
-
-
Save dfabulich/4741900 to your computer and use it in GitHub Desktop.
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
C:\git\main >pip install -U git+https://github.com/mhils/clint.git | |
Downloading/unpacking git+https://github.com/mhils/clint.git | |
Cloning https://github.com/mhils/clint.git to c:\users\dfabulich\appdata\local\temp\pip-yc40fw-build | |
Running setup.py egg_info for package from git+https://github.com/mhils/clint.git | |
Requirement already up-to-date: args in c:\python27\lib\site-packages (from clint==0.3.0) | |
Installing collected packages: clint | |
Running setup.py install for clint | |
warning: install_data: setup script did not provide a directory for 'README.rst' -- installing right in 'c:\Python27' | |
warning: install_data: setup script did not provide a directory for 'HISTORY.rst' -- installing right in 'c:\Python27' | |
Successfully installed clint | |
Cleaning up... | |
C:\git\main >pip install -U git+https://github.com/mhils/legit.git@windows | |
Downloading/unpacking git+https://github.com/mhils/legit.git@windows | |
Cloning https://github.com/mhils/legit.git (to windows) to c:\users\dfabulich\appdata\local\temp\pip-pxcdqn-build | |
Running setup.py egg_info for package from git+https://github.com/mhils/legit.git@windows | |
Downloading/unpacking clint>=0.2.4 from http://pypi.python.org/packages/source/c/clint/clint-0.3.1.tar.gz#md5=7dcd43fb08bfb84c7d63e9356ada7b73 (from legit==0.1.1) | |
Downloading clint-0.3.1.tar.gz | |
Running setup.py egg_info for package clint | |
Requirement already up-to-date: gitpython>=0.3.0 in c:\python27\lib\site-packages (from legit==0.1.1) | |
Requirement already up-to-date: gitdb>=0.5.1 in c:\python27\lib\site-packages (from gitpython>=0.3.0->legit==0.1.1) | |
Requirement already up-to-date: async>=0.6.1 in c:\python27\lib\site-packages (from gitdb>=0.5.1->gitpython>=0.3.0->legit==0.1.1) | |
Requirement already up-to-date: smmap>=0.8.0 in c:\python27\lib\site-packages (from gitdb>=0.5.1->gitpython>=0.3.0->legit==0.1.1) | |
Installing collected packages: clint, legit | |
Found existing installation: clint 0.3.0 | |
Uninstalling clint: | |
Successfully uninstalled clint | |
Running setup.py install for clint | |
warning: install_data: setup script did not provide a directory for 'README.rst' -- installing right in 'c:\Python27' | |
warning: install_data: setup script did not provide a directory for 'HISTORY.rst' -- installing right in 'c:\Python27' | |
Running setup.py install for legit | |
Installing legit-script.py script to c:\Python27\Scripts | |
Installing legit.exe script to c:\Python27\Scripts | |
Installing legit.exe.manifest script to c:\Python27\Scripts | |
Successfully installed clint legit | |
Cleaning up... | |
C:\git\main >legit | |
←[31mUnknown command None←[39m | |
←[31mlegit←[39m. ←[30mA Kenneth Reitz ProjectΓäó←[39m | |
Usage: ←[34mlegit <command>←[39m | |
Commands: | |
←[32mbranches←[39m Get a nice pretty list of branches. | |
←[32mgraft <branch> <into-branch>←[39m Merges specified branch into the second branch, and removes it. | |
←[32mharvest [<branch>] <into-branch>←[39m Auto-Merge/Rebase of specified branch changes into the second branch. | |
←[32mhelp <command>←[39m Display help for legit command. | |
←[32minstall←[39m Installs legit git aliases. | |
←[32mpublish <branch>←[39m Publishes specified branch to the remote. | |
←[32msettings←[39m Opens legit settings in a text editor. | |
←[32msprout [<branch>] <new-branch>←[39m Creates a new branch off of the specified branch. | |
←[32mswitch <branch>←[39m Switches to specified branch. | |
←[32msync <branch>←[39m Syncronizes the given branch. | |
←[32munpublish <branch>←[39m Removes specified branch from the remote. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment