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

https://github.com/nickimola/git-italian-edition

A repository with a list of commonly used git commands translated into Italian (Just for fun 😎 )
https://github.com/nickimola/git-italian-edition

git

Last synced: 4 days ago
JSON representation

A repository with a list of commonly used git commands translated into Italian (Just for fun 😎 )

Awesome Lists containing this project

README

          

# g-ita
A list of commonly used git commands translated into Italian (Just for fun 😎).
Contributions are very welcome.

```
[alias]
inizia = init
clona = clone
stato = status
aggiungi = add
commenta = commit -m
rimuovi = rm -r
ramo = branch
usa = checkout
unifica = merge
nascondi = stash
spingi = push
tira = pull
logga = log
```