Created
May 4, 2010 22:40
-
-
Save Cam1337/390137 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
cam@g-mac In(~) Time(18:39:29)$ cdgit | |
cam@g-mac In(~/git/python/pyirc) Time(18:39:31)$ git add cmds.py | |
cam@g-mac In(~/git/python/pyirc) Time(18:39:41)$ git commit -m "Added comments at the top" | |
[master 5f3afeb] Added comments at the top | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
cam@g-mac In(~/git/python/pyirc) Time(18:39:49)$ git remote show origin | |
Password: | |
* remote origin | |
Fetch URL: https://[email protected]/Cam1337/PyIRC.git | |
Push URL: https://[email protected]/Cam1337/PyIRC.git | |
HEAD branch: master | |
Remote branch: | |
master new (next fetch will store in remotes/origin) | |
Local ref configured for 'git push': | |
master pushes to master (local out of date) | |
cam@g-mac In(~/git/python/pyirc) Time(18:39:55)$ git push | |
Password: | |
cam@g-mac In(~/git/python/pyirc) Time(18:40:01)$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment