Created
September 28, 2015 02:48
-
-
Save UnnDunn/c3fcbe5670334588a022 to your computer and use it in GitHub Desktop.
troubleshooting git issue on mac
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
Uchendu-Nwachukus-MacBook:Nplus1 Workspace UnnDunn$ git status | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
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: N-06-Books/Books.Droid/Resources/Resource.Designer.cs | |
no changes added to commit (use "git add" and/or "git commit -a") | |
Uchendu-Nwachukus-MacBook:Nplus1 Workspace UnnDunn$ git rm -f N-06-Books/Books.Droid/Resources/Resource.designer.cs | |
rm 'N-06-Books/Books.Droid/Resources/Resource.designer.cs' | |
Uchendu-Nwachukus-MacBook:Nplus1 Workspace UnnDunn$ git status | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
Changes to be committed: | |
(use "git reset HEAD <file>..." to unstage) | |
deleted: N-06-Books/Books.Droid/Resources/Resource.designer.cs | |
Changes not staged for commit: | |
(use "git add/rm <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
deleted: N-06-Books/Books.Droid/Resources/Resource.Designer.cs | |
Uchendu-Nwachukus-MacBook:Nplus1 Workspace UnnDunn$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment