Created
March 26, 2013 16:09
-
-
Save rentalcustard/5246670 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
!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