Git Config
- Add git config with tree alias, user info, & pull strategy
This commit is contained in:
7
.gitconfig
Normal file
7
.gitconfig
Normal file
@@ -0,0 +1,7 @@
|
||||
[user]
|
||||
email = balajsra@umich.edu
|
||||
name = Sravan Balaji
|
||||
[pull]
|
||||
rebase = false
|
||||
[alias]
|
||||
tree = log --all --decorate --oneline --graph
|
Reference in New Issue
Block a user