Skip to content

Instantly share code, notes, and snippets.

@ssahu
Created December 18, 2017 21:15
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 ssahu/bf825727d4259b5fbed8813a2062b9de to your computer and use it in GitHub Desktop.
Save ssahu/bf825727d4259b5fbed8813a2062b9de to your computer and use it in GitHub Desktop.
git config desktop
#git config --list
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=Sarthak Sahu
user.email=sarthak.sahu@getcruise.com
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
core.editor=vim
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@github.robot.car:cruise/cruise.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.develop.remote=origin
branch.develop.merge=refs/heads/develop
lfs.https://github.robot.car/cruise/cruise.git/info/lfs.locksverify=true
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.lidar/fix_sync.remote=origin
branch.lidar/fix_sync.merge=refs/heads/lidar/fix_sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment