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 😎 )
- Host: GitHub
- URL: https://github.com/nickimola/git-italian-edition
- Owner: nickimola
- Created: 2018-07-09T08:12:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T15:09:53.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T09:32:22.810Z (over 1 year ago)
- Topics: git
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```