Skip to content

Instantly share code, notes, and snippets.

View damianopetrungaro's full-sized avatar
😄

Damiano Petrungaro damianopetrungaro

😄
View GitHub Profile
@damianopetrungaro
damianopetrungaro / .gitconfig
Last active September 12, 2021 18:41
Git aliases
# Need HUB Download here -> https://hub.github.com/
# Need commitizen and cz-conventional-changelog Download here -> http://slides.com/damianopetrungaro/working-with-git/#/0/17
```
[alias]
co = checkout
cob = checkout -b
coo = !git fetch && git checkout
ft = fetch
ftp = fetch -p