This website requires JavaScript.
Explore
NextCloud
Help
Sign In
Aruppi
/
aruppi-api
mirror of
https://github.com/aruppi/aruppi-api
Watch
2
Star
0
Fork
You've already forked aruppi-api
0
Code
Issues
Releases
Wiki
Activity
c18459d9fb
aruppi-api
/
glogs.sh
5 lines
92 B
Bash
Raw
Blame
History
#! /bin/bash
git log --oneline --all --graph --decorate
$(
git reflog
|
awk
'{print $1}'
)
Reference in New Issue
View Git Blame
Copy Permalink