From 8d5a3f8fe23422ff740a8f9d3dbc40cd7b5cb2b7 Mon Sep 17 00:00:00 2001 From: estopaceadrian Date: Mon, 14 Aug 2023 20:21:56 +0800 Subject: [PATCH 1/2] initial work --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 808554f..fd223bf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ def deps do end ``` -Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) +Documentation can be generated with [ExDoc](https://github.comc/elixir-lang/ex_doc) and published on [HexDocs](https://hexdocs.pm). Once published, the docs can be found at . +## Create a branch From b2a7d810430ccc99a314ac4633869c0282edfd47 Mon Sep 17 00:00:00 2001 From: estopaceadrian Date: Mon, 14 Aug 2023 20:45:13 +0800 Subject: [PATCH 2/2] updated readme --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd223bf..1a2b549 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Bookkeeping **TODO: Add description** +Access the project from this link: [Bookkeeping]( https://github.com/jeryldev/bookkeeping) ## Installation @@ -19,4 +20,31 @@ Documentation can be generated with [ExDoc](https://github.comc/elixir-lang/ex_d and published on [HexDocs](https://hexdocs.pm). Once published, the docs can be found at . -## Create a branch +## Clone the repository + + +Open a terminal and run the following git command: + +``` +gh repo clone jeryldev/bookkeeping +``` + +## Create a branch + +Change to the repository directory on your computer (if you are not already there): + +``` +cd Bookkeeping +``` + +Now create a branch using the `git checkout -b` command: + +``` +git checkout -b B-item-version/short-description +``` + +For example: + +``` +git checkout -b B-3.02/add-credo-and-fix-mispelled-words +``` \ No newline at end of file