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
10c9dfa5
Commit
10c9dfa5
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Never use commit -a
parent
602b90e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
remotes/remotes.tex
+3
-2
3 additions, 2 deletions
remotes/remotes.tex
with
3 additions
and
2 deletions
remotes/remotes.tex
+
3
−
2
View file @
10c9dfa5
...
...
@@ -193,7 +193,8 @@ Switched to a new branch 'simpsons'
Let's continue working on branch
\bt
{
simpsons
}
.
\begin
{
lstlisting
}
[
basicstyle
=
\ttfamily\footnotesize
]
$
emacs FACTS.md
$
git commit
-
am 'Edit character presence'
$
git add FACTS.md
$
git commit -m 'Edit character presence'
[simpsons 0676334] Edit character presence
1 file changed, 1 insertion(+), 1 deletion(-)
$
git status
...
...
@@ -203,7 +204,7 @@ $ git status
nothing to commit
(
working directory clean
)
\end
{
lstlisting
}
\bigskip
\includegraphics
[width=
9
cm]
{
images/example-commit
}
\includegraphics
[
width
=
8
cm
]
{
images
/
example
-
commit
}
\end
{
frame
}
\begin
{
frame
}
[
fragile
]
...
...
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