Git and GitHub - How to manage your source
Details
When we are programming or writing source code, the changes to that source code are valuable! We need to manage the changes to see which features are being included in the next release, or when a specific bug was introduced and by who.
Git and GitHub will help us manage that complexity.
Outline:
• Getting Started with Git (cmd line or GUI)
• What is the difference between Git and GitHub
• Merges, Pushes, Fetches, Pulls?
• Contributing to Open Source on Github
• Workflows, Merging or Rebasing.
Check back for more details...
