Skip to content

Commit

Permalink
Move browsability into workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 8, 2019
1 parent fed5298 commit f01a2a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rmd_files: [
"workflows-intro.Rmd",
"workflows-pull.Rmd",
"workflows-explore-extend-pull-request.Rmd",
"workflows-make-github-repo-browsable.Rmd",

"50_prompt-clone.Rmd",
"51_prompt-fork.Rmd",
Expand All @@ -51,8 +52,6 @@ rmd_files: [
"54_prompt-practice-resets.Rmd",
"57_prompt-search-github.Rmd",

"60_article-make-github-repo-browsable.Rmd",

"60_classroom-overview.Rmd",

"70_more-content.Rmd",
Expand Down
6 changes: 4 additions & 2 deletions workflows-intro.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (PART) Daily workflows {-}

# Doing your work (and undoing it) {#workflows-intro .unnumbered}
# Useful Git patterns for real life {#workflows-intro .unnumbered}

*most of this only exists in workshop materials but will eventually be recorded here as well*

Expand All @@ -21,6 +21,8 @@ Git patterns that come up frequently in real work:
- Pull, oops merge conflicts, abort. Come back later.
- Pull, oops merge conflicts, resolve them. Push.

Collaborative development:

Play well with others:

* [Make your repo rewarding to browse on GitHub](#workflows-browsability).
* [Explore and extend a pull request](#pr-extend)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Make a GitHub repo browsable {#repo-browsability}
# Make a GitHub repo browsable {#workflows-browsability}

**The unreasonable effectiveness of GitHub browsability**. One of my favorite aspects of GitHub is the ability to inspect a repository's files in a browser. Certain practices make browsing more rewarding and can postpone the day when you must create a proper website for a project. Perhaps indefinitely.

Expand Down

0 comments on commit f01a2a3

Please sign in to comment.