This shows you the differences between two versions of the page.
ii:labs:05 [2022/01/16 13:50] radu.mantu created |
ii:labs:05 [2025/01/11 20:06] (current) florin.stancu |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | ====== Lab 05 - Cloud Computing ====== | + | ====== Lab 05 - Advanced Git (Bonus) ====== |
===== Objectives ===== | ===== Objectives ===== | ||
- | * TODO | + | * Setting up **gpg** for commit signing |
+ | * Applying a free-software license to your code | ||
+ | * Learning to use branches and to rebase commits | ||
===== Contents ===== | ===== Contents ===== | ||
Line 12: | Line 14: | ||
{{indexmenu>:ii:labs:05:tasks|skipfile}} | {{indexmenu>:ii:labs:05:tasks|skipfile}} | ||
- | ===== Proof of Work ===== | + | ===== Introduction ===== |
- | TODO | + | By now, everyone should have gone over the [[https://ocw.cs.pub.ro/courses/uso/laboratoare/laborator-08|8th USO lab]]. So, you probably have a basic notion of how to use **git**. Our goal is to expand on what you already know from USO and discuss some practices that will hopefully be useful to you when deciding to contribute to open-source projects. In doing so, we'll inevitably stumble upon different subjects such as encryption, digital signatures and key management. Although related to the tasks at hand, these concepts are not relevant enough to spend a significant portion on this lab explaining them in detail. If you want to know more about one thing or another, just ask the assistant. |
+ | |||
+ | As today's proof of work you will create a //public// GitHub repository which you'll populate and modify according to each task. As for the [[https://curs.upb.ro/2021/course/view.php?id=5793|moodle]] assignment, upload a file containing a link to your repository's GitHub page and some screenshots. | ||
===== Tasks ===== | ===== Tasks ===== | ||
{{namespace>:ii:labs:05:tasks&nofooter&noeditbutton}} | {{namespace>:ii:labs:05:tasks&nofooter&noeditbutton}} | ||
+ |