Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Git course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
courses
Git course
Commits
dec2c6c1
Commit
dec2c6c1
authored
11 years ago
by
Laros
Browse files
Options
Downloads
Patches
Plain Diff
Updated basics slides.
parent
ab8e4ecf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basics/basics.tex
+3
-2
3 additions, 2 deletions
basics/basics.tex
with
3 additions
and
2 deletions
basics/basics.tex
+
3
−
2
View file @
dec2c6c1
...
...
@@ -146,7 +146,8 @@
$
git commit
\end
{
lstlisting
}
This will open an editor, give a short description of the changes you made.
This will open an editor, give a short description
(
50
characters
)
and a list
of the changes
(
72
column format
)
.
\begin
{
itemize
}
\item
Useful when you want to search.
\end
{
itemize
}
...
...
@@ -238,7 +239,7 @@
\bigskip
\begin{lstlisting}
[language=none, caption=Difference between the working copy
and the
last commit
.]
and the
staging area
.]
$
echo Third version. > README
$
git diff
--- a/README
...
...
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