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
- Host: GitHub
- URL: https://github.com/zeionara/git-tools
- Owner: zeionara
- License: apache-2.0
- Created: 2023-02-15T18:16:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T12:49:36.000Z (over 1 year ago)
- Last Synced: 2025-01-02T07:46:13.844Z (6 months ago)
- Language: Shell
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```