Skip to content

Commit

Permalink
Rename from GitAlias to Git Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Jun 1, 2022
1 parent 3bb75d8 commit 2d9754d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GitAlias
# Git Alias

## What is GitAlias?
## What is Git Alias?

GitAlias is a collection of git version control alias settings that can help you work faster and better. GitAlias provides short aliases such as [`s`](doc/git-s/) for status, command aliases such as [`chart`](doc/git-chart/) and [`churn`](doc/git-churn/), lookup aliases such as [`whois`](doc/git-who/) and [`whatis`](doc/git-whatis/), workflow aliases such as [`topic-begin`](doc/git-topic-begin/) for feature branch development, and more.
Git Alias is a collection of git version control alias settings that can help you work faster and better. Git Alias provides short aliases such as [`s`](doc/git-s/) for status, command aliases such as [`chart`](doc/git-chart/) and [`churn`](doc/git-churn/), lookup aliases such as [`whois`](doc/git-who/) and [`whatis`](doc/git-whatis/), workflow aliases such as [`topic-begin`](doc/git-topic-begin/) for feature branch development, and more.

* [Contribute](doc/contribute/)
* [Changes](doc/changes/)
Expand All @@ -13,22 +13,22 @@ GitAlias is a collection of git version control alias settings that can help you

## Setup

You can use GitAlias various ways:
You can use Git Alias various ways:

* Download the GitAlias file here: [gitalias.txt](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt).
* Download the Git Alias file here: [gitalias.txt](https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt).

* Install GitAlias via a variety of ways: [install guide](install/).
* Install Git Alias via a variety of ways: [install guide](install/).

* Customize GitAlias aliases as you wish: [customize guide](customize/).
* Customize Git Alias aliases as you wish: [customize guide](customize/).


## Follow us

You can follow us on GitHub:

* GitAlias account: [https://github.com/gitalias](https://github.com/gitalias)
* Git Alias account: [https://github.com/gitalias](https://github.com/gitalias)

* GitAlias repository: [https://github.com/gitalias/gitalias](https://github.com/gitalias/gitalias)
* Git Alias repository: [https://github.com/gitalias/gitalias](https://github.com/gitalias/gitalias)


## Short aliases
Expand Down
2 changes: 1 addition & 1 deletion doc/git-current-branch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Git 2.22.0+ has the equivalent command:
git branch --show-current
```

Note: GitAlias has many aliases that get the branch name of the current branch. A project goal is to ensure these aliases work on older git versions. Therefore these aliases use `git current-branch` instead of `git branch --show-current`. If the two implementations ever differ, then the git built-in is correct, and GitAlias must be fixed.
Note: Git Alias has many aliases that get the branch name of the current branch. A project goal is to ensure these aliases work on older git versions. Therefore these aliases use `git current-branch` instead of `git branch --show-current`. If the two implementations ever differ, then the git built-in is correct, and Git Alias must be fixed.
18 changes: 9 additions & 9 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GitAlias
# Git Alias

## What is GitAlias?
## What is Git Alias?

GitAlias is a collection of git version control alias settings that can help you work faster and better. GitAlias provides short aliases such as [`s`](git-s/) for status, command aliases such as [`chart`](git-chart/) and [`churn`](git-churn/), lookup aliases such as [`whois`](git-who/) and [`whatis`](git-whatis/), workflow aliases such as [`topic-begin`](git-topic-begin/) for feature branch development, and more.
Git Alias is a collection of git version control alias settings that can help you work faster and better. Git Alias provides short aliases such as [`s`](git-s/) for status, command aliases such as [`chart`](git-chart/) and [`churn`](git-churn/), lookup aliases such as [`whois`](git-who/) and [`whatis`](git-whatis/), workflow aliases such as [`topic-begin`](git-topic-begin/) for feature branch development, and more.

* [Contribute](contribute/)
* [Changes](changes/)
Expand All @@ -13,22 +13,22 @@ GitAlias is a collection of git version control alias settings that can help you

## Setup

You can use GitAlias various ways:
You can use Git Alias various ways:

* Download the GitAlias file here: [gitalias.txt](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt).
* Download the Git Alias file here: [gitalias.txt](https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt).

* Install GitAlias via a variety of ways: [install guide](install/).
* Install Git Alias via a variety of ways: [install guide](install/).

* Customize GitAlias aliases as you wish: [customize guide](customize/).
* Customize Git Alias aliases as you wish: [customize guide](customize/).


## Follow us

You can follow us on GitHub:

* GitAlias account: [https://github.com/gitalias](https://github.com/gitalias)
* Git Alias account: [https://github.com/gitalias](https://github.com/gitalias)

* GitAlias repository: [https://github.com/gitalias/gitalias](https://github.com/gitalias/gitalias)
* Git Alias repository: [https://github.com/gitalias/gitalias](https://github.com/gitalias/gitalias)


## Short aliases
Expand Down
14 changes: 7 additions & 7 deletions doc/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### For any operating system

Download the file [`gitalias.txt`](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt) as you wish, such as:
Download the file [`gitalias.txt`](https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt) as you wish, such as:

```sh
curl https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt -o gitalias.txt
curl https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt -o gitalias.txt
```

Run `git config` to include the file as you wish, such as:
Expand All @@ -34,7 +34,7 @@ You can use the user configuration directory like this:
```sh
dir=${XDG_CONFIG_HOME:-$HOME/.config}/gitalias
mkdir -p "$dir"
curl https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt -o "$dir/gitalias.txt"
curl https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt -o "$dir/gitalias.txt"
git config --global include.path "$dir/gitalias.txt"
```

Expand All @@ -49,7 +49,7 @@ You can use the system configuration directory like this:
```sh
dir=/usr/local/etc/gitalias
sudo mkdir -p "$dir"
sudo curl https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt -o "$dir/gitalias.txt"
sudo curl https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt -o "$dir/gitalias.txt"
sudo git config --global include.path "$dir/gitalias.txt"
```

Expand All @@ -58,7 +58,7 @@ sudo git config --global include.path "$dir/gitalias.txt"

Download this file:

<https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt>
<https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt>

Save the file in your home folder:

Expand All @@ -76,12 +76,12 @@ git config --global include.path ~/gitalias.txt

Get this file:

<https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt>
<https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt>

Get the file any way you want, such as:

```shell
curl -O https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt
curl -O https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt
```

Manually edit your git config dot file any way you want, such as:
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Git Alias is a collection of git version control shortcuts, functions, and comma

To see the complete code, view this file:

* [gitalias.txt](https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt)
* [gitalias.txt](https://raw.githubusercontent.com/Git Alias/gitalias/main/gitalias.txt)


### Why use this?
Expand Down
2 changes: 1 addition & 1 deletion gitalias.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# ## Links
#
# * [GitAlias.com website](https://gitalias.com)
# * [GitAlias GitHub](https://github.com/gitalias)
# * [Git Alias GitHub](https://github.com/gitalias)
# * [Git Basics - Git Aliases](https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases)
# * [Git Basics - Tips and Tricks](https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks)
#
Expand Down

0 comments on commit 2d9754d

Please sign in to comment.