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
df62604c
Commit
df62604c
authored
Jun 20, 2014
by
bow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates git commands for more interactive session
parent
e78641e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
basics/basics.tex
basics/basics.tex
+1
-2
No files found.
basics/basics.tex
View file @
df62604c
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
\bigskip
\bigskip
\begin{lstlisting}
[language=none, caption=Make a new repository.]
\begin{lstlisting}
[language=none, caption=Make a new repository.]
$
cd ~
/
projects
$
git init
$
git init
Initialized empty Git repository in <path>/.git/
Initialized empty Git repository in <path>/.git/
\end{lstlisting}
\end{lstlisting}
...
@@ -193,8 +194,6 @@
...
@@ -193,8 +194,6 @@
\bigskip
\bigskip
\begin{lstlisting}
[language=none, caption=The log of our project.]
\begin{lstlisting}
[language=none, caption=The log of our project.]
$
git add README
$
git commit
$
git log
$
git log
commit cc
61
ee
7
cd
72590
f
3
bebcc
9
e
1
ff
3
e
9435
c
7
f
7
dd
28
commit cc
61
ee
7
cd
72590
f
3
bebcc
9
e
1
ff
3
e
9435
c
7
f
7
dd
28
Author: J.F.J. Laros <j.f.j.laros@lumc.nl>
Author: J.F.J. Laros <j.f.j.laros@lumc.nl>
...
...
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