We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35614f8 commit a67f3ffCopy full SHA for a67f3ff
.gitignore
@@ -24,5 +24,6 @@ ENV/
24
Thumbs.db
25
26
# Project specific
27
+.env
28
wallet_*.json
29
*.log
README.md
@@ -611,4 +611,13 @@ MIT License - See LICENSE file for details
611
612
---
613
614
+## Alias
615
+
616
+```bash
617
+function gl { git log --format="%C(green)%ad%C(reset) %C(yellow)%h%C(reset)%C(auto)%d%C(reset) %s" --date=format:"%Y-%m-%d_%H:%M:%S" -n ${1:-10}; }
618
+alias gs='git status'
619
+```
620
621
+---
622
623
**Happy building with Arkiv! 🚀**
0 commit comments