Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
0910ff20
You need to sign in or sign up before continuing.
Commit
0910ff20
authored
Sep 05, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the -u option of git status
parent
dd9eb2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
resources.org
module4/ressources/resources.org
+4
-1
No files found.
module4/ressources/resources.org
View file @
0910ff20
...
...
@@ -24,7 +24,7 @@ git log -1
:
Fix
a
few
typos
and
provide
information
on
jupyter
-
git
plugins
.
#+
begin_src
shell
:
results
output
:
exports
both
git
status
git
status
-
u
#+
end_src
#+
RESULTS
:
...
...
@@ -54,6 +54,9 @@ Untracked files:
no
changes
added
to
commit
(
use
"git add"
and
/
or
"git commit -a"
)
#+
end_example
/
Note
:
the
-
u
indicates
that
git
should
also
display
the
contents
of
new
directories
it
did
not
previously
know
about
./
Then
,
I
often
include
commands
at
the
end
of
my
notebook
indicating
how
to
commit
the
results
(
adding
the
new
files
,
committing
with
a
clear
message
and
pushing
).
E
.
g
.,
...
...
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