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

https://github.com/soub4i/moroccan-git

A collection of Moroccan aliases for Git workflow.
https://github.com/soub4i/moroccan-git

aliases funny git memes morocco

Last synced: 5 months ago
JSON representation

A collection of Moroccan aliases for Git workflow.

Awesome Lists containing this project

README

          

# Moroccan Git

A collection of Moroccan aliases for Git workflow.

## What is this?

This package gives you a collection of Moroccan Git aliases.
You can use this package to completely replace your need to call `git` on your machine.

For example, `mgit sir3allah` calls `git init`.

## Aliases

| Command | Alias |
| ----------- | -------------- |
| init | **sir3allah** |
| clone | **b7al** |
| add | **zid** |
| commit | **9ayed** |
| branch | **kwan** |
| checkout | **jib** |
| merge | **farga3** |
| pull | **jarr** |
| push | **dfa3** |
| log | **fkhbarek** |
| status | **tabi3a** |
| blame | **montif** |
| reset | **nsa** |
| stash | **opla7** |
| rebase | **chofm3ak** |
| cherry-pick | **3zel** |
| fetch | **drebtlila** |

## Installation

`npm install moroccan-git -g`

or

`yarn global add moroccan-git`

### Examples

`mgit jarr origin/master` runs `git pull origin/master`

`mgit tabi3a` runs `git status`

## License

[WTFPL](http://www.wtfpl.net/txt/copying/)

inspired from [Christian git](https://github.com/alexmacarthur/christian-git)
Made with <3 [Abderrahim Soubai Elidrissi](https://twitter.com/Ginix_Labs)