From 4896989ba2d1ba7f16b1514aa41998f7e7221af1 Mon Sep 17 00:00:00 2001 From: wadler Date: Fri, 11 Jan 2019 09:10:56 +0000 Subject: [PATCH] Setting up extrinsic branch --- Notes.md | 15 +++++++++++++++ README.md | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Notes.md b/Notes.md index d2d46e18..768b0c70 100644 --- a/Notes.md +++ b/Notes.md @@ -8,6 +8,21 @@ permalink: /Notes/ +## Git commands + +Git commands to create a branch and pull request + + git help -- get help on + git branch -- list all branches + git branch -- create new local branch + git checkout -- make the current branch + git merge -- merge branch into current branch + git push origin -- make local branch into remote + git rebase -- merge branch into current branch + +On website, use pulldown menu to swith branch and then +click "new pull request" button. + ## Suggestion from Conor for Inference Conor McBride diff --git a/README.md b/README.md index 758dc0dd..40cbaec9 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,8 @@ configuration file at `~/.emacs`, if you have the mentioned fonts available: ## Markdown -The book is written in [Kramdown Markdown](https://kramdown.gettalong.org/syntax.html). +The book is written in +[Kramdown Markdown](https://kramdown.gettalong.org/syntax.html). ## Travis Continuous Integration