Skip to content

Instantly share code, notes, and snippets.

@Cam1337
Created May 4, 2010 22:40
Show Gist options
  • Save Cam1337/390137 to your computer and use it in GitHub Desktop.
Save Cam1337/390137 to your computer and use it in GitHub Desktop.
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