PowerShellOrg / DSC

DSC Tools and Documentation
MIT License
299 stars 108 forks source link

DSC Resource PSHOrg_cADGroup to cActive Directory #98

Open irwins opened 9 years ago

irwins commented 9 years ago

Hi Steven,

As requested I filed a new issue. I think the DSC Resource PSHOrg_ADGroup fits in with cActiveDirectory. So you guys will create a folder where I can upload the code right?

Ttyl,

Irwin

dlwyatt commented 9 years ago

When a repository already exists (such as with cActiveDirectory), you can just fork that repository, add your new folder, and open a pull request. The process of filing a new issue here first is only if you're creating a new module that doesn't already have a repository on PowerShellOrg. :)

irwins commented 9 years ago

Ok... I've just spoken to a colleague of mine who knows a little bit more about GitHub... He told me to read issue 27 of the magpi to get a better understanding about GitHub and uploading. This is my first time trying to upload anything to GitHub...

I was under the impression that everything is done online... I just downloaded GitHub for Windows... He started about git add, commit and push... Ok... :-)

Bear with me... :-)

Irwin

smurawski commented 9 years ago

No problem @irwins

If you have questions ask here or shoot me an email, I'm happy to help walk you through it.

For what it's worth - adding source control knowledge and use is one of most common indications of a high performing operations team (according to the State of DevOps survey from earlier this year). :)

dlwyatt commented 9 years ago

There is definitely a bit of a learning curve, but it's well worth it. :) Pretty much the only things that you really need the website for are the collaborative features (discussions, Pull Requests, etc), and setting up new repositories. I never bother with the GitHub for Windows UI at all anymore. Everything else I do with the git.exe command line.

GitHub has some decent tutorials on this stuff, such as https://help.github.com/articles/fork-a-repo/ .

irwins commented 9 years ago

Ok thanks guys! I just uploaded (at least I think it worked...) the PSHOrg_cADGroup using GitHub for Windows... Did it work? I'll be sure to read the tutorial later on... :-)

Regards,

Irwin

smurawski commented 9 years ago

I don't see your new resource in your fork yet.. did you push your changes back to Github? After that, you'll want to create a pull request. - https://help.github.com/articles/creating-a-pull-request/