Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Show 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