85
tahnik
7y

I live for this :)

Comments
  • 3
    Definitely guilty of the using the last one as a git commit message before. :)
  • 5
    git add file

    git commit

    git push

    shit

    git commit --amend

    shit shit shit

    git help

    man git

    /conflict
  • 0
    What's that ui and what do the checkmark and the x mean?
  • 1
    @M0dev that is GitLab CI. Each pipeline has multiple jobs (like build, test, deploy). Tick means they are passing.
  • 0
    Never used gitlab so far therefore I wondered which tool you are using. My experience is a bit limited to Atlassian stuff (bitbucket) and jenkins for CI / CD. Thanks for telling me
  • 0
    Are your pushing to master directly? Not judging or anything, but merge request are really handy with GitLab :)
  • 2
    @losdanielos I'm am just setting up the structure. Once it's stable I will branch out
  • 0
    Gitlab has it's own CI?
  • 1
  • 0
Add Comment