
Processing triggers for man-db (2.7.5-1). Selecting previously unselected package libpcre2-8-0:amd64. Done The following additional packages will be installed: git-man libpcre2-8-0 Suggested packages: git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn The following NEW packages will be installed: libpcre2-8-0 The following packages will be upgraded: git git-man. Done Building dependency tree Reading state information.

$ sudo apt-get install git -yes Reading package lists. We recommend this setting if you're collaborating on repositories with others who have different operating systems.įor Windows - $ git config -global tocrlf trueįor Mac and Linux - $ git config -global core.$ sudo add-apt-repository ppa:git-core/ppa -yes -update gpg: keyring `/tmp/tmpk8m4os6a/secring.gpg' created gpg: keyring `/tmp/tmpk8m4os6a/pubring.gpg' created gpg: requesting key E1DF1F24 from hkp server gpg: /tmp/tmpk8m4os6a/trustdb.gpg: trustdb created gpg: key E1DF1F24: public key "Launchpad PPA for Ubuntu Git Maintainers" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK $ git config -global user.email Git to handle line endings properly so that Bitbucket doesn't think files have changed when the actual content hasn't changed. $ git config -global user.name "Emma Paris"Įnter the following command to configure your email address, replacing Emma's email address with your own. (Copy and paste the line after the $ and press enter.) When you install Git, it comes with a configuration file that you update with your personal settings from a command window.Įnter the following command to configure your username, replacing Emma's name with your own.

To verify installation was successful, enter which git. Step 1- Install GitĮnter git -version at the command line to check if you already have Git installed.įor Windows: Download the Git installer. To open a command window, go to Git Bash.vbs from the Git folder of the Programs directory.įor Mac: Download the Git installer. To open a command window, search for the Terminal.įor Linux: Enter sudo apt-get install git at the command line. Git is a DVCS that transfers code between your local system and Bitbucket Cloud.
