[Mono-dev] DataGrid changes recently?
Rob Wilkens
robwilkens at gmail.com
Sun Jun 3 22:50:07 UTC 2012
I just read the whole document, and decided to bookmark it, I'll try to
refer to it often, it's a well written document. The only part i was a
little lost on was re: git and backporting. I don't even know what it
means to backport, but then i'm new to git in general.
I understand very little of git short of:
git clone.. (to get started)
git status (to list changed files)
git add (to mark a file as part of change)
git diff --staged (to see changes before committing)
git commit... (to finalize changes and put a description on them)
git push ..... (to send them to github, at least i think that's what
this does)
and whatever i can figure out by blindly clicking around on github.com.
-Rob
On 06/03/2012 06:37 PM, Stifu wrote:
> By the way, make sure to check out the coding guidelines:
> http://www.mono-project.com/Coding_Guidelines
>
> I'm bringing that up because I saw code that needed more love for spaces.
> a=b; should be a = b;
> if (a==b) should be if (a == b), etc
>
More information about the Mono-devel-list
mailing list