We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca23d3 commit 0070911Copy full SHA for 0070911
.gdbinit
@@ -0,0 +1,2 @@
1
+set print pretty on
2
+source /home/abataev/clang_tools/llvm/utils/gdb-scripts/prettyprinters.py
.gitconfig
@@ -0,0 +1,11 @@
+[user]
+ email = [email protected]
3
+ name = Alexey Bataev
4
+[alias]
5
+ co = checkout
6
+ ci = commit
7
+ st = status
8
+ br = branch
9
+ hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
10
+ type = cat-file -t
11
+ dump = cat-file -p
0 commit comments