Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git config -l
- user.name=kyak
- color.branch=auto
- color.diff=auto
- color.interactive=auto
- color.status=auto
- alias.st=status
- alias.ci=commit
- alias.co=checkout
- alias.br=branch
- alias.di=diff
- alias.lg=log -p
- core.pager=less -RX
- color.diff.meta=green
- color.diff.frag=magenta bold
- color.diff.old=red bold
- color.diff.new=blue bold
- core.repositoryformatversion=0
- core.filemode=true
- core.bare=false
- core.logallrefupdates=true
- remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
- [email protected]:openwrt-xburst.git
- branch.backfire.remote=origin
- branch.backfire.merge=refs/heads/backfire
- branch.tracking_backfire.remote=origin
- branch.tracking_backfire.merge=refs/heads/tracking_backfire
- branch.local_backfire.remote=origin
- branch.local_backfire.merge=refs/heads/tracking_backfire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement