Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Alan Marsh
git-tutorial
Commits
692f02c2
Commit
692f02c2
authored
5 years ago
by
Michael Marsh
Browse files
Options
Downloads
Patches
Plain Diff
removed references to VM
parent
4970e630
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
692f02c2
...
@@ -8,9 +8,9 @@ git installed.
...
@@ -8,9 +8,9 @@ git installed.
Installation
Installation
============
============
On
you
r 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 an
other
machine
. We recommend
section. We recommend
install
ing
git on an
y
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
============================
============================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment