mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
reset in fetch could break some apps.. other minor reorg
This commit is contained in:
parent
b48557c67a
commit
f48a7380cd
7 changed files with 42 additions and 40 deletions
|
@ -61,5 +61,5 @@ alias cvsdeath 'find . -name CVS -print -prune -exec rm -r {} \;'
|
|||
# then "git fetch <nick>" and view with "gdifR <nick>"
|
||||
alias gdifR 'git diff master..\!:1/master |& difvu -'
|
||||
# to merge all the changes, use "gmergR <nick>"
|
||||
alias gmergR 'git git merge -s resolve \!:1/master'
|
||||
alias gmergR 'git merge -s resolve \!:1/master'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue