--
The first year of Commitmas is officially complete. I'm incredibly thankful for the contribution of so many that made this fun idea a success. Here are some highlights:
- @mjbrender & @chriswahl discussing Commitmas (Video)
- Git knowledge on Neckbaerd Influence
- Jonathan Frappier on Forks, Slack & GitHub
- Many posts from Rob Nelson
- Brandon Willmott's post
- Josh Coen's post
- Tim Jabaut's post
Have an idea for Commitmas 2015? Check out the awesome work of Jonathan and Rob on 30 Days of Commitmas.
Tis the holiday season again, where we relax at home, eat loads of good food and spin driedels. This year, let's keep learning all the great stuff learned during the vBrownBag DevOps sessions.
Recordings, as always, are available on YouTube and iTunes
Push yourself to use GitHub everyday throughout the holiday season so that by 2015 you're ready to share your next project. Here's how:
- Schedule time in your calendar for gitting in shape every day for the 12 days between December 21st - January 1st
- Choose your skill level: Beginner, Intermediate, Advanced, or Expert
- Follow the directions under your skill level!
- Fork this repository to show that you're participating!
That's it! If you get stuck or just want to chat with others, be sure to tweet with the hashtag #vBrownBag
or visit our G+ community page. We'll be out there to help.
If you want more dynamic interaction, join our Slack team! You can get help or collaborate with others. To get access:
- Tweet @joshcoen or @mjbrender your email address and we'll invite you
- Once you get the invite, go to http://geekspeak.slack.com and sign in
- Log in with your email address
- Start collaborating!
We all have different level of expertise when it comes to GitHub.
You're a beginner if: You're new enough to git that just the act of using it daily will be a lot of learning.
Setup:
- Create a GitHub account
- Setup Git
- Initialize your own new repository with a README
- Clone your repository to your local development system
Your challenge:
- Update the README.md file every day with something you learned that day
- Add a meaningful comment to your commit. Learn the right way to comment your commits.
- Push that commit to your GitHub repository
- Create additional repositories for scripts that you've created to do your job
- Learn how to use
git commit --amend
. - Keep your fork in sync with the original repo.
Helpful hints:
- Remember that the goal of this is to learn how to use GitHub, so focus on git, not other code you'd also like to learn
- Feel free to use the GitHub website, native apps or command line. Watch this vBB on GitHub to help you along
- Markdown is awesomely powerful, so challenge yourself to use some of the more complex syntax. You can learn it all here.
You're at an intermediate level if: You're comfortable with the basics of using git, have lurked around on GitHub but never contributed to a project.
Setup:
- Fork an interesting repository that you want to contribute to
- Clone your repository to your local development system
- Create a new branch to develop in
Your challenge:
- Update the repository's Master branch every day in some way
- On your new branch, work on a meaningful contribution to your fork of the repository
- Add meaningful comments to your commits when you commit on both branches
- Open a Pull Request on the original repository from your new branch by the end of the 12 days of Commitmas!
- Learn how to use
git rebase
.
Helpful hints:
- Remember, documentation is code too (especially when using Markdown)! Find a project you want to support by improving documentation. Fork it and then make your contributions during this challenge.
You're an expert if: You've managed multiple contributor repositories before, have more than 5 pull request accepted, and want to join in Commitmas to really push yourself.
Setup:
- You've done this a few times.
Your challenge:
- Open a new Pull Request on open source repositories you use every single day for the 12 days of Commitmas!
- Write a blog post describing a task/skill that you feel is important for Beginner or Intermediate level users to raise their git-fu!
Helpful hints:
- You really don't need any, but if you complete this challenge, please tell me (@mjbrender) and I'll definitely buy you a beer.
These projects are soliciting pull requests through Commitmas. If you'd like to participate but don't have your own ideas, take a look to see if any of these projects interest you.
- rnelson0's powercli-modules - PowerShell/PowerCLI modules for vSphere administration.
- pyvmomi community examples - Python library for vSphere API.
- Couch to OpenStack - a Vagrant powered OpenStack environment thanks to your friends at vBrownBag.
- mcowger's Python CloudFoundry - a python module for controlling CloudFoundry v2.