Skip to content
Snippets Groups Projects
Commit 692f02c2 authored by Michael Marsh's avatar Michael Marsh
Browse files

removed references to VM

parent 4970e630
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ git installed. ...@@ -8,9 +8,9 @@ git installed.
Installation Installation
============ ============
On your VM, git is already installed. The remainder of this section If you already have git installed, you can skip the rest of this
is for when you want to install git on another machine. We recommend section. We recommend installing git on any machine (laptop or
having git installed on your laptop or desktop computer. desktop) on which you expect to work.
If you're on a Linux system, then it's somewhat likely that git is If you're on a Linux system, then it's somewhat likely that git is
already installed; if not, you can use your favorite package manager already installed; if not, you can use your favorite package manager
...@@ -43,7 +43,7 @@ init ...@@ -43,7 +43,7 @@ init
---- ----
This creates a repository, either in an empty directory, or one already This creates a repository, either in an empty directory, or one already
containing code. Create a new directory on your VM, let's call it "testing": containing code. Create a new directory, let's call it "testing":
mkdir ~/testing mkdir ~/testing
...@@ -313,7 +313,7 @@ config ...@@ -313,7 +313,7 @@ config
git config --global user.email "your_email@example.com" git config --global user.email "your_email@example.com"
Any subsequent commits will now have more useful attribution. Make sure you Any subsequent commits will now have more useful attribution. Make sure you
do this on your VM (or anywhere else you use git)! do this anywhere you use git!
More Advanced Git Operations More Advanced Git Operations
============================ ============================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment