Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:gettingstarteddunegitneptus [2018/09/19 16:38] – [Neptus] alberto | dev:gettingstarteddunegitneptus [2023/09/06 11:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 15: | Line 15: | ||
</ | </ | ||
==== DUNE ==== | ==== DUNE ==== | ||
- | All code and shared files are placed on a gitlab repository. You can find it here: [[http://uavlab.itk.ntnu.no: | + | All code and shared files are placed on a gitlab repository. You can find it here: [[https://gitlab.com/aurlab|AURlab |
< | < | ||
Line 52: | Line 52: | ||
< | < | ||
- | cd uavlab | + | cd aurlab |
cd dune | cd dune | ||
- | cd user | ||
git checkout -b feature/ | git checkout -b feature/ | ||
</ | </ | ||
- | Now you should have moved to your own branch. Every time you make something new on your branch, or do some major updates (minimum once a day), you should commit your changes. | + | Now you should have moved to your own branch. Every time you make something new on your branch, or do some major updates (minimum once a day), you should commit your changes. |
You should have your own config file, and you make it by right-clicking on the // / | You should have your own config file, and you make it by right-clicking on the // / | ||