Skip to content

Instantly share code, notes, and snippets.

@UnnDunn
Created September 28, 2015 02:48
Show Gist options
  • Save UnnDunn/c3fcbe5670334588a022 to your computer and use it in GitHub Desktop.
Save UnnDunn/c3fcbe5670334588a022 to your computer and use it in GitHub Desktop.
troubleshooting git issue on mac
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