Created
August 20, 2010 23:28
-
-
Save jgeewax/541423 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(issue-12)jj@im-jj:~/demo$ git checkout master | |
Switched to branch 'master' | |
(master)jj@im-jj:~/demo$ echo "there was a typo" >> fixed_typo.txt | |
(master)jj@im-jj:~/demo$ git add fixed_typo.txt | |
(master)jj@im-jj:~/demo$ git commit -m "Added fixed typo" | |
[master c348893] Added fixed typo | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
create mode 100644 fixed_typo.txt | |
(master)jj@im-jj:~/demo$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment