Skip to content

Instantly share code, notes, and snippets.

@UnnDunn
UnnDunn / Resource.designer.Forms2.1.cs
Last active October 11, 2016 22:42
Xamarin.Android resource file on Xamarin Studio on Mac
#pragma warning disable 1591
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
@UnnDunn
UnnDunn / gist:c3fcbe5670334588a022
Created September 28, 2015 02:48
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")
@UnnDunn
UnnDunn / gist:c19dcf143731fffa49f8
Created September 28, 2015 02:41
git troubleshooting
D:\UnnDunn.Developer\Xamarin\Learn\MvvmCross-NPlus1>git status
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
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
@UnnDunn
UnnDunn / gist:75666f208f08de0bc617
Created September 28, 2015 02:38
Commit message (troubleshooting git issue)
Test delete
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
# (use "git push" to publish your local commits)
#
# Changes to be committed:
# deleted: N-06-Books/Books.Droid/Resources/Resource.Designer.cs
#