Skip to content

Commit 0070911

Browse files
Add files via upload
1 parent 6ca23d3 commit 0070911

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gdbinit

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set print pretty on
2+
source /home/abataev/clang_tools/llvm/utils/gdb-scripts/prettyprinters.py

.gitconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[user]
2+
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

Comments
 (0)