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:
parent
bc146ae8d1
commit
a981a9ed64
4 changed files with 18 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue