Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
courses
Git course
Commits
00bbd6f0
Commit
00bbd6f0
authored
Jun 23, 2014
by
Vermaat
Browse files
Do not overwrite earlier command in example
parent
13d2fe41
Changes
1
Hide whitespace changes
Inline
Side-by-side
tips/tips.tex
View file @
00bbd6f0
...
...
@@ -383,7 +383,7 @@
\begin{lstlisting}
[language=none, caption=Setting the global ignore file]
$
echo "
*
.out" > ~
/
.gitignore
_
global
$
echo "testing.txt" > ~/.gitignore
_
global
$
echo "testing.txt" >
>
~/.gitignore
_
global
$
git config
--
global core.excludesfile
\
"~
/
.gitignore
_
global"
\end
{
lstlisting
}
...
...
Write
Preview
Supports
Markdown
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