Posts by Rodrigo de Avila • 15 points
2 posts
-
0
votes2
answers351
viewsA: Identify differences between two similar projects
If you have two git repositories, in two different locations, and you need to know if there are differences between them, you can run one git diff between the two, to see the differences (if any, of…
-
1
votes1
answer112
viewsA: Build in Gitlab does not change from "Pending"
If what you want is to use Gitlab’s Continuous Integration (CI) system, you will need to have one .gitlab-ci.yml valid in your branch master; otherwise the above mentioned error will always occur.…