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
cf21daf1
Commit
cf21daf1
authored
Nov 17, 2017
by
bow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update directory creation instructions for basics tutorial
parent
67562231
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
basics/basics_handouts.tex
basics/basics_handouts.tex
+3
-4
No files found.
basics/basics_handouts.tex
View file @
cf21daf1
...
...
@@ -49,11 +49,10 @@ It is convenient to have a \lstinline{projects} folder for your repositories:
\end
{
lstlisting
}
\subsubsection
*
{
Create a repository
}
First, create an empty directory
and use ``
\lstinline
{
git init
}
'' to make a new
repository.
First, create an empty directory
inside ``lstinline
{
~
/
projects
}
`` and use ``
\lstinline
{
git init
}
'' in that
newly
-
created directory to make a new
repository.
\begin
{
itemize
}
\item
\emph
{
Hint:
}
Use a unique name for the directory, different from your
neighbour
(
this is convenient later
)
.
\item
\emph
{
Hint:
}
Use a short and descriptive name for the directory.
\item
\emph
{
Question:
}
How can you see that you are working in a Git
repository?
\end
{
itemize
}
...
...
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