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.
- Host: GitHub
- URL: https://github.com/soub4i/moroccan-git
- Owner: soub4i
- Created: 2019-03-29T23:42:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T18:42:49.000Z (over 4 years ago)
- Last Synced: 2025-09-07T04:46:40.080Z (10 months ago)
- Topics: aliases, funny, git, memes, morocco
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 68
- Watchers: 5
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)