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
10c9dfa5
Commit
10c9dfa5
authored
Oct 15, 2013
by
Vermaat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Never use commit -a
parent
602b90e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
remotes/remotes.tex
remotes/remotes.tex
+3
-2
No files found.
remotes/remotes.tex
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
]
...
...
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