Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Git course
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
courses
Git course
Commits
e8fa90b3
Commit
e8fa90b3
authored
Jun 20, 2014
by
Vermaat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some notes on using our GitLab server
parent
fe7463d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
3 deletions
+23
-3
remotes/remotes_handouts.tex
remotes/remotes_handouts.tex
+23
-3
No files found.
remotes/remotes_handouts.tex
View file @
e8fa90b3
...
...
@@ -13,12 +13,30 @@ Git and remote repositories practical.
\end{center}
\bigskip
\subsubsection*
{
Some notes about using GitLab.
}
Please take the following into account with respect to our GitLab server:
\begin{itemize}
\item
You can login to GitLab using your LUMC account.
\item
If you don't have an LUMC account, ask us to create a GitLab account
for you and select
{
\em
Standard
}
instead of
{
\em
LDAP
}
on the login
page.
\item
Due to the LUMC firewall, accessing repositories using SSH is only
possible from the LUMC network (and not from the LUMC gast network). As an
alternative, you can always use HTTPS but the downside is that you have to
keep repeating your password.
\item
Our GitLab server is very similar (in fact, it is a clone) to the
popular online GitHub (
\texttt
{
https://github.com
}
) and Bitbucket
(
\texttt
{
https://bitbucket.org
}
) services.
\end{itemize}
\bigskip
\subsubsection*
{
Add your repository to GitLab.
}
Now you have a nice repository, of course you want to share it on GitLab.
\bigskip
Go to GitLab and create a new project.
Go to GitLab
(
\texttt
{
https://git.lumc.nl
}
)
and create a new project.
\begin{itemize}
\item
\emph
{
Question:
}
What is the repository URL for your new project?
...
...
@@ -26,7 +44,7 @@ Go to GitLab and create a new project.
\bigskip
Add
a remote for your GitLab
repository.
Add
the GitLab repository as a remote to your local
repository.
\bigskip
...
...
@@ -37,6 +55,7 @@ Push your branch(es) to GitLab.
interface?
\end{itemize}
\bigskip
\subsubsection*
{
Clone an existing repository from GitLab.
}
There already are some nice repositories on GitLab! Pick one (e.g., from the
...
...
@@ -52,8 +71,9 @@ Create a local clone of the repository you picked.
branches exist?
\end{itemize}
\bigskip
\subsubsection*
{
For experts: c
reate a merge request.
}
\subsubsection*
{
C
reate a merge request.
}
If you are interested, here are some additional GitLab features you can
use. Fork an existing project, implement a feature, and submit a merge
request.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment