Skip to content

Instantly share code, notes, and snippets.

@nnja
nnja / pretty-log-alias.md
Created October 5, 2017 05:38
Create an alias for pretty logs

Set up a pretty git log

run:

git config --global alias.lg "log --graph --pretty=format:'%C(auto)%h -%d %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'"

to use:

git lg

@se38
se38 / index.html
Last active September 8, 2023 12:01
Binding problems with UI5 and XML views
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.m"
data-sap-ui-theme="sap_bluecrystal">
</script>