-
Notifications
You must be signed in to change notification settings - Fork 0
Git
Euccas Chen edited this page Nov 29, 2017
·
3 revisions
git difftool --help # show HTML help
git difftool --tool-help # show which tools you can set and use
git difftool --tool=bc # use Beyond Compare as difftool
git config --global diff.tool bc
git config --global diff.prompt false
Go into the folder. If the folder is empty, then:
git clone git@github.com:whatever .
else
git init
git remote add origin PATH/TO/REPO
git fetch
git checkout -t origin/master