Skip to content

Commit

Permalink
sync latest
Browse files Browse the repository at this point in the history
  • Loading branch information
PalaceChan committed Apr 23, 2016
1 parent 5850e46 commit 7aed845
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[core]
excludefiles = ~/.gitignore
editor = 'emacs -nw'
pager = less

[color]
ui = auto
grep = auto

[alias]
br = branch
st = status
co = checkout
ci = commit
k = !gitk
g = gui
amend = commit --amend --no-edit
glot = log --graph --pretty='format:|%C(yellow) %h | %C(red) %ad | %C(green) %an | %C(reset) %s %d'

[user]
name = YYY
email = XXX
[credential]
helper = cache --timeout=3600
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#Docs
tags
Doxyfile
html/
*.txt
*.out

#repos
.svn/
5 changes: 5 additions & 0 deletions dump_history.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

read line
d=$(date '+%b %d %H:%M:%S')
echo "$d - $line" >> /home/andres/history/history.txt

0 comments on commit 7aed845

Please sign in to comment.