1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

cmdchar fix, let gatebot enter non-#-channels (maybe)

This commit is contained in:
psyc://psyced.org/~lynX 2010-06-21 12:41:36 +02:00
parent bc146ae8d1
commit a981a9ed64
4 changed files with 18 additions and 13 deletions

View file

@ -62,4 +62,7 @@ alias cvsdeath 'find . -name CVS -print -prune -exec rm -r {} \;'
alias gdifR 'git diff master..\!:1/master |& difvu -'
# to merge all the changes, use "gmergR <nick>"
alias gmergR 'git merge -s resolve \!:1/master'
# to view the log of check-ins use this
alias glogR 'git log FETCH_HEAD'
# then you can 'git cherry-pick' specific commit hashes