Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 2, 2019. It is now read-only.

Commit a0bdb27

Browse filesBrowse files
committed
no-NB translation Chapter 1 installation done.
1 parent fd86b63 commit a0bdb27
Copy full SHA for a0bdb27

1 file changed

+12-12Lines changed: 12 additions & 12 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎no-nb/01-introduction/01-chapter1.markdown‎

Copy file name to clipboardExpand all lines: no-nb/01-introduction/01-chapter1.markdown
+12-12Lines changed: 12 additions & 12 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -151,40 +151,40 @@ Etter alt dette er gjort, så kan du også få Git gjennom Git for oppdateringer
151151

152152
$ git clone git://git.kernel.org/pub/scm/git/git.git
153153

154-
### Installing on Linux ###
154+
### Installer på Linux ###
155155

156-
If you want to install Git on Linux via a binary installer, you can generally do so through the basic package-management tool that comes with your distribution. If you’re on Fedora, you can use yum:
156+
Hvis du vil installere Git Linux via en binær installasjonspakke, så kan du generelt få gjort det gjennom det vanlige pakkebehandlerverktøyet som kommer med distroen din. Hiv du er på Fedora, så kan du bruke yum:
157157

158158
$ yum install git-core
159159

160-
Or if you’re on a Debian-based distribution like Ubuntu, try apt-get:
160+
Eller om du bruker en Debian-basert distro som Ubuntu, prøv apt-get:
161161

162162
$ apt-get install git
163163

164-
### Installing on Mac ###
164+
### Installer på Mac ###
165165

166-
There are two easy ways to install Git on a Mac. The easiest is to use the graphical Git installer, which you can download from the SourceForge page (see Figure 1-7):
166+
Det er to enkle måter å installere Git på en Mac. Den enkleste er å bruke den grafiske Git installasjonspakken, som du kan laste ned fra SourceForge siden (se Figur 1-7):
167167

168168
http://sourceforge.net/projects/git-osx-installer/
169169

170170
Insert 18333fig0107.png
171-
Figure 1-7. Git OS X installer.
171+
Figure 1-7. Git OS X innstallasjon.
172172

173-
The other major way is to install Git via MacPorts (`http://www.macports.org`). If you have MacPorts installed, install Git via
173+
Den andre vanlige måten å gjære det på er å installere Git via MacPorts ('http://macports.org'). Hvis du har MacPorts installert, installer Git med
174174

175175
$ sudo port install git-core +svn +doc +bash_completion +gitweb
176176

177-
You don’t have to add all the extras, but you’ll probably want to include +svn in case you ever have to use Git with Subversion repositories (see Chapter 8).
177+
Du trenger ikke alt det ekstra, men du vil sannynligvis ønske å inkludere +svn sånn i fall du trenger å bruke git med Subversion repositorier (se Kapitel 8).
178178

179-
### Installing on Windows ###
179+
### Installer på Windows ###
180180

181-
Installing Git on Windows is very easy. The msysGit project has one of the easier installation procedures. Simply download the installer exe file from the GitHub page, and run it:
181+
Å installere Git Windows er veldig enkelt. msysGit prosjektet har en av de enkleste installasjonprossedyrene. Bare last ned installasjons exe filen fra GitHub siden, og kjær den:
182182

183183
http://msysgit.github.com/
184184

185-
After it’s installed, you have both a command-line version (including an SSH client that will come in handy later) and the standard GUI.
185+
Etter den er installert, så har du både en kommandolinje versjon (inkludert en SSH klient som vil bli nyttig senere) og det standard grafiske brukgergrensesnittet.
186186

187-
Note on Windows usage: you should use Git with the provided msysGit shell (Unix style), it allows to use the complex lines of command given in this book. If you need, for some reason, to use the native Windows shell / command line console, you have to use double quotes instead of simple quotes (for parameters with spaces in them) and you must quote the parameters ending with the circumflex accent (^) if they are last on the line, as it is a continuation symbol in Windows.
187+
Merknad om Windows bruk: du burde bruke Git med msysGit shellet (Unix stil) som kommer med, det lar deg bruke de komplekse linjene med kommandoer gitt i denne boken. Om du av en eller annen grunn skulle trenge å bruke Windows sitt eget shell/kommandolinje konsoll, så må du bruker dobbelt annførsel tegn istedet for enkelt annførselstegn (for parametere med mellomrom i seg) og du må bruke annførseltegn på parametere som slutter med ^ om de er på slutten av linjen, siden det er et forsettelsesymbol i Windows.
188188

189189
## First-Time Git Setup ##
190190

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.