Git: Difference between revisions
No edit summary |
No edit summary |
||
Line 85: | Line 85: | ||
git config --global merge.tool meld | git config --global merge.tool meld | ||
git config --global --add difftool.prompt false | git config --global --add difftool.prompt false | ||
I used to set up kdiff3 manually, like this... (gross) | |||
* LINUX - put this in ~/.gitconfig | * LINUX - put this in ~/.gitconfig | ||
[diff] | [diff] |
Revision as of 18:11, 20 August 2016
TASKS
Expandgit merging conflicts after diverging |
---|
Expandgit create new branch on server, pull to client |
---|
Expandgit pull when untracked files are in the way |
---|
Expandgit create new branch when untracked files are in the way |
---|
Expandgit recreate repo |
---|
Expandgit connect to origin after the fact |
---|
CONFIGURATION
Expandgit visual difftool and mergetool setup |
---|
Expandgit convert to a bare repo |
---|
Expandgit convert bare to a mirror of remote (github, facebook, etc) |
---|
Expandgit create merge-to command |
---|
Expandgit fix github diverge from local bare repo following README.md edit |
---|
Expandgit windows configure notepad++ editor |
---|
Expandgit fix push behavior - ONLY PUSH CURRENT doh |
---|
Expandgit multiple upstreams |
---|
From here...