Skip to content

ryanavogel/workstation-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

workstation-setup

Git

git config --global user.name Ryan Vogel
git config --global user.username ryanavogel
git config --global user.email {email}

git config --global merge.tool diffmerge
git config --global mergetool.diffmerge.cmd 'sgdm --merge --result=\"$MERGED\" \"$LOCAL\" \"$(if test -f \"$BASE\"; then echo \"$BASE\"; else echo \"$LOCAL\"; fi)\" \"$REMOTE\"'
git config --global mergetool.diffmerge.trustexitcode true
git config --global mergetool.keepbackup false

git config --global diff.tool diffmerge
git config --global difftool.diffmerge.cmd 'sgdm \"$LOCAL\" \"$REMOTE\"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published