From 902dcc0959122d77062443e5d80d6a2328dd30b9 Mon Sep 17 00:00:00 2001 From: "Christopher P. Bills" Date: Thu, 28 Apr 2016 12:38:18 -0500 Subject: [PATCH] Add links to project files --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 74c62e0..9b42982 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,8 @@ git push xgitlab --tags # Push any local tags to GitLab (optional) ``` ### bash-functions - #### About -The `bash-functions` file contains some example functions that can be helpful when working with git. If you have suggestions, additions or fixes, you are encouraged to submit merge requests. +The [bash-functions](/bash-functions) file contains some example functions that can be helpful when working with git. If you have suggestions, additions or fixes, you are encouraged to submit merge requests. 1. `gits [#]` - a function that displays a brief summary of changes and the previous 5 log messages and hash commits. If an optional number is provided, it will display that many log messages. @@ -178,9 +177,8 @@ fi ``` ### bash-git_prompt - #### About -The bash-git_prompt file contains some functions and configuration for adding git status information to your current prompt. It is meant as an example, you are encouraged to tweak it to meet your needs and suggest additions, fixes or updates. +The [bash-git_prompt](/bash-git_prompt) file contains some functions and configuration for adding git status information to your current prompt. It is meant as an example, you are encouraged to tweak it to meet your needs and suggest additions, fixes or updates. #### Usage You can copy it wholesale into your `~/.bashrc` configuration file, or you can add something like the following to `~/.bashrc` to source a file: @@ -205,9 +203,8 @@ Example: ![example prompt and gits output](media/example.png) ### git-aliases - #### About -The file `git-aliases` contains a handful useful git aliases. These can be placed in `~/.gitconfig` (recommended) or within a project's git config (not recommended). +The [git-aliases](/git-aliases) file contains a handful useful git aliases. These can be placed in `~/.gitconfig` (recommended) or within a project's git config (not recommended). As with everything else, if you have additions, fixes or updates, you are encouraged to share them. -- 2.26.2