mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
8 lines
329 B
Bash
Executable File
8 lines
329 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
|
leeway run dev/preview:configure-workspace
|
|
leeway run dev:install-dev-utils
|
|
leeway run dev/preview/previewctl:install
|
|
pre-commit install --install-hooks
|