About 51,700 results
Open links in new tab
  1. git - Pull request vs Merge request - Stack Overflow

    Mar 5, 2014 · What is the difference between a Pull request and a Merge request? In GitHub, it's a Pull Request while in GitLab, for example, it's a Merge Request. So, is there a difference …

  2. Diferenças e vantagens entre GitHub e GitLab - Stack Overflow em ...

    Apr 2, 2021 · Hoje tomei consciência sobre o GitLab, vi que muitas empresas de peso, como NASA e SpaceX, utilizam-no. Gostaria de saber quais são as diferenças dele com o GitHub, …

  3. What is the difference between GitHub Flow and GitLab Flow?

    Oct 7, 2016 · Please take a look at a short visual introduction to GitHub Flow. GitLab Flow is kind of an extension to GitHub Flow accompanied by a set of guidelines and best practices that aim …

  4. How is Gitlab different compared to Github? - Stack Overflow

    May 25, 2016 · 8 Gitlab is a self-hosted git server. I have used both (plus bitbucket) and I don't see much difference in terms of functionality. Github's UI is far more advanced, and they offer …

  5. What are the pros and cons of git-flow vs github-flow?

    We have recently started to use GitLab. Currently using a "centralized" workflow. We are considering moving to the github-flow but I want to make sure. What are the pros and cons of …

  6. git - Forking vs. Branching in GitHub - Stack Overflow

    I'd like to know more about the advantages and disadvantages of forking a github project vs. creating a branch of a github project. Forking makes my version of the project more isolated …

  7. github - Visual Studio Code is always asking for Git credentials ...

    I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials. I have installed in my PC GitHub …

  8. What are the differences in using GitHub or GitLab for CI/CD?

    Dec 7, 2020 · Both GitHub Actions and GitLab Ci are build-in tools. Both GitHub and GitLab use the same commands so there will not be a learning curve for you in terms of managing and …

  9. How to add a GitHub personal access token to Visual Studio Code

    Aug 13, 2021 · I want to ensure I don't have an interruption of service (push/pull) after this date. So I logged into GitHub and created a token for my single repository. Now I want to use the …

  10. Why should I use tags vs. release/beta branches for versioning?

    I've been using git for about a year and would like to use tagging to, well, tag commits at different versions. I've found lots of info on the commands to use to work with tags, but what I'd like t...