An open API service indexing awesome lists of open source software.

https://github.com/zeionara/git-tools

Useful aliases and scripts for git which simplify routine operations
https://github.com/zeionara/git-tools

Last synced: 4 months ago
JSON representation

Useful aliases and scripts for git which simplify routine operations

Awesome Lists containing this project

README

        

# Git tools



Useful aliases and scripts for git which simplify routine operations.

## Installation

To install the project, execute the following command, which will clone the repo to your home directory and update `.bashc` file:

```sh
curl -Ls https://cutt.ly/setup-git-tools | bash
```

Then to apply changes to your current terminal session execute the following command:

```sh
. ~/.bashrc
```