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
5aa77346
Commit
5aa77346
authored
6 years ago
by
Michael Marsh
Browse files
Options
Downloads
Patches
Plain Diff
added non-VM installation instructions
parent
fe69da1a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+22
-0
22 additions, 0 deletions
README
with
22 additions
and
0 deletions
README
+
22
−
0
View file @
5aa77346
...
...
@@ -5,6 +5,28 @@ label the commands that potentially require network access, though this
tutorial can be run completely self-contained on any Posix-compatible host with
git installed.
Installation
============
On your VM, git is already installed. The remainder of this section
is for when you want to install git on another machine. We recommend
having git installed on your laptop or desktop computer.
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
to install it. Don't forget to install the documentation, if it's
in a separate package!
If you're using MacOS, you have some options:
1) Download and install git from https://git-scm.com/download/mac
2) If you're using Homebrew, "brew install git git-sh" (search for
"git" to see other potentially useful packages)
3) MacPorts also has a git package
If you're using Windows, you can download the git installer from
- https://git-scm.com/download/win
This includes both a GUI and a git bash shell.
Basic 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