Created
May 5, 2010 21:49
-
-
Save Cam1337/391490 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@flex In(~) Time(17:48:40)$ cdgit | |
cam@flex In(~/git/python/pyirc) Time(17:48:42)$ git status | |
# On branch master | |
# Changed but not updated: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# modified: ccmds.py | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
cam@flex In(~/git/python/pyirc) Time(17:48:56)$ git add . | |
cam@flex In(~/git/python/pyirc) Time(17:48:58)$ git commit -m "CTCP response" | |
[master e16a3c3] CTCP response | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
cam@flex In(~/git/python/pyirc) Time(17:49:21)$ git push | |
Counting objects: 5, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 293 bytes, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
To ssh://[email protected]:443/Cam1337/PyIRC.git | |
fd5ad9d..e16a3c3 master -> master | |
cam@flex In(~/git/python/pyirc) Time(17:49:24)$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment