Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created March 13, 2024 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalif/85b723e7a43b6f1502d84c1f08ea22b6 to your computer and use it in GitHub Desktop.
Save yuvalif/85b723e7a43b6f1502d84c1f08ea22b6 to your computer and use it in GitHub Desktop.

generic setup

git config --global user.name "My Name"
git config --global user.email "my@email"
git config --global credential.helper cache
git config --global credential.helper "cache --timeout=86400"
git config --global diff.tool vimdiff
git config --global difftool.prompt false
git config --global merge.tool vimdiff
git config --global mergetool.prompt false

ceph setup

git remote add ceph-ci https://github.com/ceph/ceph-ci.git
git remote add yuvalif https://github.com/yuvalif/ceph.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment