About 2,320,000 results
Open links in new tab
  1. Differences between Git-scm, msysGit & Git for Windows

    What is the difference between git-scm (downloaded from git-scm.com) and msysGit (hosted on Google Code, Github, and probably others)? They both seem pretty similar, and even though I have git-scm, I

  2. git - Difference between SCM and SVN - Stack Overflow

    May 3, 2011 · SCM is Software Configuration Management and SVN is a Version Control System tool, which is a subset of SCM. VCS are also called Revision Control and Git, Mercurial are also VCS …

  3. How to upgrade Git on Windows to the latest version

    To update to the latest version of Git and Git Bash, you can download and install the latest version of Git for Windows. As per this FAQ, settings/customizations should be preserved if they were installed in …

  4. git - How do I get the SCM URL inside a Jenkins Pipeline or …

    Nov 16, 2017 · You are correct, the scm object does have the information you need. When using git as the source control in a Pipeline project (or Multibranch Pipeline project), the scm global variable will …

  5. In Jenkins, how to checkout a project into a specific directory (using GIT)

    Mar 19, 2012 · 99 Sorry for the 'svn' style - we are in a process of migration from SVN to GIT (including our CI Jenkins environment). What we need is to be able to make Jenkins to checkout (or should I …

  6. Checkout Jenkins Pipeline Git SCM with credentials?

    228 You can use the following in a pipeline: git branch: 'master', credentialsId: '12345-1234-4696-af25-123455', url: 'ssh://[email protected]:company/repo.git' If you're using the ssh url then your …

  7. Syntax of the pom.xml scm connection string - Stack Overflow

    Both are valid SCM URLs and they will have exactly the same result. The only difference will be in the implementation of the communication with the Git server (is it HTTPS or HTTP etc.).

  8. Accessing SCM (Git) variables on a Jenkins Pipeline job

    This script is from the workflow examples git repo managed by cloudbees. Maybe you can send a pull request if you add capability to retrieve GIT_BRANCH variable.

  9. Jenkinspipline Git SCM checkout with multiple branches

    A git repository can have multiple working trees at the same time (by git workree add). The multiple branches may be checked out into different working trees, or one by one in the main working tree. It's …

  10. MSysGit vs. Git for Windows - Stack Overflow

    Sep 8, 2010 · I am having trouble determining the difference between MSysGit and Git for Windows. How are they different? Why would I choose one over the other?