Skip to content

Commit

Permalink
Merge pull request swcarpentry#906 from benjwolff/change-working-dire…
Browse files Browse the repository at this point in the history
…ctory-to-working-tree

Change output for git status to behaviour of recent git versions
  • Loading branch information
kekoziar authored Dec 1, 2022
2 parents a60bafa + cea6bd8 commit bf6d169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ $ git status

~~~
On branch main
nothing to commit, working directory clean
nothing to commit, working tree clean
~~~
{: .output}

Expand Down Expand Up @@ -453,7 +453,7 @@ $ git status

~~~
On branch main
nothing to commit, working directory clean
nothing to commit, working tree clean
~~~
{: .output}

Expand Down
4 changes: 2 additions & 2 deletions _episodes/06-ignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $ git status

~~~
On branch main
nothing to commit, working directory clean
nothing to commit, working tree clean
~~~
{: .output}

Expand Down Expand Up @@ -139,7 +139,7 @@ Ignored files:
c.dat
results/
nothing to commit, working directory clean
nothing to commit, working tree clean
~~~
{: .output}

Expand Down
2 changes: 1 addition & 1 deletion _extras/discuss.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ $ git status

~~~
On branch main
nothing to commit, working directory clean
nothing to commit, working tree clean
~~~
{: .output}

Expand Down

0 comments on commit bf6d169

Please sign in to comment.