2486 shaares
83 private links
83 private links
incredible git aliases
excerpts:
- find branches by grepping for parts of their name in your codebase
- get summaries of your own commits and logs since a specific last point in time
- quickly host your own git server to push to, pull from (through gits built in server)
- directly running ci tests/documentation generation/deployments from the commandline through git by using json-parsing and a rest-api
[26:00]