Skip to content

Instantly share code, notes, and snippets.

@jgeewax
Created August 20, 2010 23:28
Show Gist options
  • Save jgeewax/541423 to your computer and use it in GitHub Desktop.
Save jgeewax/541423 to your computer and use it in GitHub Desktop.
(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