-
Notifications
You must be signed in to change notification settings - Fork 427
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
Version control in the context of DevOps #1
Comments
I think is important to stress the importance of Git as a team collaboration and process management tool. Most students at the moment think of it as a program to save code. Focus on workflows (my suggestion is Gitflow). In the past 2 years I run seminars in KTH Kista about Git (basic Git + Git for teams). Here are the annotated slides: More resources on Gitflow: |
Completely agree @SimoneStefani. Would you be interested in participating/contributing to the course? |
@monperrus Yes, as I briefly discussed with Benoit, I would be glad to contribute and also participate (guest lectures ?) provided that my working schedule will allow. |
Excellent, to be discussed in person.
|
See also IDE in the cloud "Cloud Workspace", https://github.com/codenvy/codenvy |
(used at EA/DICE in Stockholm) |
Branch by abstraction: https://martinfowler.com/bliki/BranchByAbstraction.html |
From Git Flow to Trunk Based Development |
* delivery of open-source contribution Signed-off-by: Javier Ron <javierron90@gmail.com> * Small changes to README.md (#1) Co-authored-by: Sigrun Arna <sasig@kth.se>
…1242] (#1290) * docs: add initial structure for feedback * Feedback: Intro + Step 1 * docs: add tutorial feedback * docs: fix typos * docs: add feedback (#1) * docs: add tutorial feedback * docs: fix typos * docs: fix typos * Feedback: Step 1 done. * docs: add grading matrix * Feedback: Step 3 done * Feedback: Step 3 done * Feedback: Step 4 done * Feedback: Grammar fixes * Feedback: Add intro text * docs: fix formatting * docs: typo * docs: fix formatting * Feedback: Fix indexing explanation Fix indexing explanation to fit with indexing * Feedback: fix missing words * Feedback: Fix bold * Feedback: Fix missing word * docs: update grading matrix Co-authored-by: andnil5 <andnil5@kth.se> Co-authored-by: nwessman <nwessman@kth.se> Co-authored-by: Niklas Wessman <45625500+nwessman@users.noreply.github.com>
Perforce plugin for Jenkins |
Why it is relevant: most continuous-* technology relies on version control, with Git dominating the area.
The text was updated successfully, but these errors were encountered: