Skip to content

Instantly share code, notes, and snippets.

@rentalcustard
Created March 26, 2013 16:09
Show Gist options
  • Save rentalcustard/5246670 to your computer and use it in GitHub Desktop.
Save rentalcustard/5246670 to your computer and use it in GitHub Desktop.
!some-branch ~/some_repo> gst
# On branch some-branch
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/models/user.rb
#
no changes added to commit (use "git add" and/or "git commit -a")
!some-branch ~/some_repo> ga app/models/user.rb
+some-branch ~/some_repo> gst
# On branch some-branch
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: app/models/user.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment