-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new mterial on intro to Version Control #8
base: gh-pages
Are you sure you want to change the base?
Conversation
New basics file with some high level intro text. Adapted from my currently unpublished material.
Nice. Thanks man. I'll review it a little later unless someone else does it before. |
But that is not the end of the story. | ||
|
||
Let's assume we have created a computer progam. As time goes on people discover bugs and ask for new fatures, request special versions and so on. | ||
How do you keep track of these changes? Remove mistakes, bring old material forward into new versions, merge changes from one verwsion to another. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/verwsion/versions
I did some minor remarks, mostly typos and small style things. Once you've fixed them, feel free to merge. |
After review from @ligthyear
Hopefully I've caught all the stupid mistakes... Sorry it's taken so long |
@alecthegeek did you push it to the same branch on the same repo? Because the latest fixes don't show up here... |
@alecthegeek This is super nice material! Is there a chance you could look into those typos? |
New basics file with some high level intro text.
Adapted from my currently unpublished material.