Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
git-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Anders Nilsson
git-tutorial
Commits
a4abd30d
Commit
a4abd30d
authored
12 years ago
by
Administrator
Browse files
Options
Downloads
Patches
Plain Diff
Added FRT090-specific section at the end
parent
8285f480
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
git-tutorial.tex
+30
-0
30 additions, 0 deletions
git-tutorial.tex
with
30 additions
and
0 deletions
git-tutorial.tex
+
30
−
0
View file @
a4abd30d
...
@@ -458,3 +458,33 @@ In general, Google is your friend, and there are literally hundreds
...
@@ -458,3 +458,33 @@ In general, Google is your friend, and there are literally hundreds
(if not thousands) of freely available git references, Q
\&
A:s, and
(if not thousands) of freely available git references, Q
\&
A:s, and
tutorials out there.
tutorials out there.
\end{document}
\end{document}
\section
{
FRT090 Specifics
}
\label
{
sec:frt090
}
Here follows some specific information for students involved in the
project course FRT090.
\subsubsection*
{
Repositories
}
We have set up master repositories for you to at the department. To
create a local clone you write something similar to:
\begin{lstlisting}
andersn@stodola: git clone gitolite@git.control.lth.se:frt090-2013-grupp-A
Cloning into 'frt090-2013-grupp-A'...
warning: You appear to have cloned an empty repository.
\end{lstlisting}
Just replace ``A'' with your gruoup denomination. You should now have
an empty (except for .git) directory called
\verb
|
frt090-2013-grupp-A
|
.
\subsubsection*
{
ssh problems
}
If you want to be able to use more than one user account, for example
you want to access the master repository both from computers @control
and from your private laptop, you should make sure to use the same ssh
key pair on all user accounts. Otherwise you will not be allowed
access. You do this by copying
\emph
{
both
}
\footnote
{
Well, you only
\emph
{
need
}
to copy the
\emph
{
private
}
key, but it does not really
make sense to not also bring with you the public part.
}
key files to
the other user account you want to use.
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