This shows you the differences between two versions of the page.
|
pa:laboratoare:pa-lab [2021/03/02 20:53] darius.neatu created |
pa:laboratoare:pa-lab [2021/03/08 11:04] (current) darius.neatu [Utilizare repo pa-lab] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Desfășurare generala laborator ====== | + | ====== pa-lab (git) ====== |
| <note> | <note> | ||
| Line 6: | Line 6: | ||
| - | ==== Utiliare repo pa-lab ==== | + | ==== Utilizare repo pa-lab ==== |
| <code bash> | <code bash> | ||
| - | git clone git@github.com:neatudarius/pa.git | + | # clonare |
| + | $ git clone https://github.com/acs-pa/pa-lab.git | ||
| + | |||
| + | $ cd pa-lab | ||
| + | |||
| + | # deschidere repo in Visual Studio Code (vedeti tutorial din pa-lab::tutorial/setup.md) | ||
| + | $ code . | ||
| + | |||
| + | # obtinere versiune actualizata materiale (ex. schelet saptamanal) | ||
| + | $ git checkout main | ||
| + | $ git pull | ||
| </code> | </code> | ||