📝 add git log command

This commit is contained in:
dannydannydanny 2021-04-29 13:14:44 +02:00 committed by GitHub
parent 31aff9b7c7
commit 14405edfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,11 @@ pipenv run python .
## Git Flows ## Git Flows
> In progress! 🚧 > In progress! 🚧
The _A-DOG_ acronym
```sh
git log --all --decorate --oneline --graph
```
#### New Development Flow #### New Development Flow
``` ```
# clone repo with local_name enables several clones # clone repo with local_name enables several clones